🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.12.7.1 (2025-12-XX)
---------------------

* Fix RocksDB cluttering into tiny SST files.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: I would prefer a more descriptive changelog entry.



3.12.7 (2025-12-06)
-------------------

Expand All @@ -15,7 +21,7 @@
causing a crash when being stored in query plan cache. The issue is a missing
invalidateCost from the splice-subqueries rule.

* FE-905: Update tooltip text for maxSkewThreshold & minDeletionRatio.
* FE-905: Update tooltip text for maxSkewThreshold & minDeletionRatio.

* COR-45: Added support for index hints in vector search queries.

Expand Down
2 changes: 1 addition & 1 deletion arangod/RocksDBEngine/RocksDBOptionFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ RocksDBOptionFeature::RocksDBOptionFeature(Server& server)
_enableBlobGarbageCollection(true),
_exclusiveWrites(false),
_minWriteBufferNumberToMergeTouched(false),
_partitionFilesForDocumentsCf(true),
_partitionFilesForDocumentsCf(false),
_partitionFilesForPrimaryIndexCf(false),
_partitionFilesForEdgeIndexCf(false),
_partitionFilesForVPackIndexCf(false),
Expand Down