mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 10:22:41 +08:00
Merge branch 'turnOffRocksDB-0.3.0' into 'branch-0.3.0'
MS-68: Remove rocksdb from third-party See merge request megasearch/vecwise_engine!73 Former-commit-id: 6c870e6cb1f5434b619485bf4306e3a02fc7bfd4
This commit is contained in:
commit
ea01661889
@ -15,6 +15,7 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||
- MS-64 - Different table can have different index type
|
||||
- MS-52 - Return search score
|
||||
- MS-66 - Support time range query
|
||||
- MS-68 - Remove rocksdb from third-party
|
||||
|
||||
## Task
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ define_option(MEGASEARCH_WITH_OPENBLAS "Build with OpenBLAS library" ON)
|
||||
|
||||
define_option(MEGASEARCH_WITH_PROMETHEUS "Build with PROMETHEUS library" ON)
|
||||
|
||||
define_option(MEGASEARCH_WITH_ROCKSDB "Build with RocksDB library" ON)
|
||||
define_option(MEGASEARCH_WITH_ROCKSDB "Build with RocksDB library" OFF)
|
||||
|
||||
define_option(MEGASEARCH_WITH_SNAPPY "Build with Snappy compression" ON)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user