2019-05-17 12:16:04 +00:00
|
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
Please mark all change in change log and use the ticket from JIRA.
|
|
|
|
|
|
2019-09-12 10:57:06 +00:00
|
|
|
|
# Milvus 0.5.0 (TODO)
|
|
|
|
|
|
|
|
|
|
## Bug
|
2019-09-19 06:52:14 +00:00
|
|
|
|
- MS-568 - Fix gpuresource free error
|
2019-09-19 06:15:56 +00:00
|
|
|
|
- MS-572 - Milvus crash when get SIGINT
|
2019-09-19 09:28:15 +00:00
|
|
|
|
- MS-577 - Unittest Query randomly hung
|
2019-09-26 09:08:18 +00:00
|
|
|
|
- MS-587 - Count get wrong result after adding vectors and index built immediately
|
2019-10-14 08:06:46 +00:00
|
|
|
|
- MS-599 - Search wrong result when table created with metric_type: IP
|
2019-10-09 09:09:12 +00:00
|
|
|
|
- MS-601 - Docker logs error caused by get CPUTemperature error
|
2019-10-15 08:02:17 +00:00
|
|
|
|
- MS-605 - Server going down during searching vectors
|
2019-10-10 03:40:25 +00:00
|
|
|
|
- MS-620 - Get table row counts display wrong error code
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-622 - Delete vectors should be failed if date range is invalid
|
|
|
|
|
- MS-624 - Search vectors failed if time ranges long enough
|
2019-10-14 08:06:46 +00:00
|
|
|
|
- MS-637 - Out of memory when load too many tasks
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-639 - SQ8H index created failed and server hang
|
2019-10-12 06:33:57 +00:00
|
|
|
|
- MS-640 - Cache object size calculate incorrect
|
2019-10-12 08:49:06 +00:00
|
|
|
|
- MS-641 - Segment fault(signal 11) in PickToLoad
|
2019-10-14 09:07:33 +00:00
|
|
|
|
- MS-644 - Search crashed with index-type: flat
|
2019-10-15 08:02:17 +00:00
|
|
|
|
- MS-647 - grafana display average cpu-temp
|
2019-10-14 11:24:29 +00:00
|
|
|
|
- MS-652 - IVFSQH quantization double free
|
2019-10-15 08:30:43 +00:00
|
|
|
|
- MS-650 - SQ8H index create issue
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-653 - When config check fail, Milvus close without message
|
2019-10-15 03:33:42 +00:00
|
|
|
|
- MS-654 - Describe index timeout when building index
|
2019-10-15 06:39:49 +00:00
|
|
|
|
- MS-658 - Fix SQ8 Hybrid can't search
|
2019-10-16 11:53:43 +00:00
|
|
|
|
- #20 - C++ sdk example get grpc error
|
2019-09-12 10:57:06 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-09-16 12:08:46 +00:00
|
|
|
|
- MS-552 - Add and change the easylogging library
|
2019-09-17 02:16:37 +00:00
|
|
|
|
- MS-553 - Refine cache code
|
2019-10-08 06:34:17 +00:00
|
|
|
|
- MS-555 - Remove old scheduler
|
2019-09-17 02:54:51 +00:00
|
|
|
|
- MS-556 - Add Job Definition in Scheduler
|
2019-10-08 06:34:17 +00:00
|
|
|
|
- MS-557 - Merge Log.h
|
2019-09-17 09:37:31 +00:00
|
|
|
|
- MS-558 - Refine status code
|
2019-09-18 02:42:01 +00:00
|
|
|
|
- MS-562 - Add JobMgr and TaskCreator in Scheduler
|
2019-09-18 07:49:47 +00:00
|
|
|
|
- MS-566 - Refactor cmake
|
2019-09-25 11:16:12 +00:00
|
|
|
|
- MS-574 - Milvus configuration refactor
|
|
|
|
|
- MS-578 - Make sure milvus5.0 don't crack 0.3.1 data
|
2019-09-21 03:29:04 +00:00
|
|
|
|
- MS-585 - Update namespace in scheduler
|
2019-10-08 06:34:17 +00:00
|
|
|
|
- MS-606 - Speed up result reduce
|
2019-10-07 07:29:56 +00:00
|
|
|
|
- MS-608 - Update TODO names
|
2019-10-07 11:01:56 +00:00
|
|
|
|
- MS-609 - Update task construct function
|
2019-10-08 03:52:30 +00:00
|
|
|
|
- MS-611 - Add resources validity check in ResourceMgr
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-619 - Add optimizer class in scheduler
|
2019-10-10 06:33:16 +00:00
|
|
|
|
- MS-626 - Refactor DataObj to support cache any type data
|
2019-10-13 09:50:43 +00:00
|
|
|
|
- MS-648 - Improve unittest
|
2019-10-15 03:09:19 +00:00
|
|
|
|
- MS-655 - Upgrade SPTAG
|
2019-09-12 10:57:06 +00:00
|
|
|
|
|
|
|
|
|
## New Feature
|
2019-10-15 10:12:22 +00:00
|
|
|
|
- MS-614 - Preload table at startup
|
2019-10-10 07:16:21 +00:00
|
|
|
|
- MS-627 - Integrate new index: IVFSQHybrid
|
2019-10-10 12:57:14 +00:00
|
|
|
|
- MS-631 - IVFSQ8H Index support
|
2019-10-11 09:38:48 +00:00
|
|
|
|
- MS-636 - Add optimizer in scheduler for FAISS_IVFSQ8H
|
2019-09-12 10:57:06 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
2019-09-17 02:51:48 +00:00
|
|
|
|
- MS-554 - Change license to Apache 2.0
|
2019-09-17 10:53:43 +00:00
|
|
|
|
- MS-561 - Add contributing guidelines, code of conduct and README docs
|
2019-09-18 09:47:04 +00:00
|
|
|
|
- MS-567 - Add NOTICE.md
|
2019-09-18 11:53:08 +00:00
|
|
|
|
- MS-569 - Complete the NOTICE.md
|
2019-09-19 08:25:12 +00:00
|
|
|
|
- MS-575 - Add Clang-format & Clang-tidy & Cpplint
|
2019-09-25 02:50:33 +00:00
|
|
|
|
- MS-586 - Remove BUILD_FAISS_WITH_MKL option
|
2019-09-25 11:24:37 +00:00
|
|
|
|
- MS-590 - Refine cmake code to support cpplint
|
2019-09-29 03:52:55 +00:00
|
|
|
|
- MS-600 - Reconstruct unittest code
|
2019-09-29 08:37:34 +00:00
|
|
|
|
- MS-602 - Remove zilliz namespace
|
2019-10-08 03:52:05 +00:00
|
|
|
|
- MS-610 - Change error code base value from hex to decimal
|
2019-10-14 01:51:48 +00:00
|
|
|
|
- MS-624 - Re-organize project directory for open-source
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-635 - Add compile option to support customized faiss
|
2019-10-15 10:12:44 +00:00
|
|
|
|
- MS-660 - add ubuntu_build_deps.sh
|
|
|
|
|
|
2019-09-12 10:57:06 +00:00
|
|
|
|
# Milvus 0.4.0 (2019-09-12)
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
2019-09-10 10:35:32 +00:00
|
|
|
|
- MS-119 - The problem of combining the log files
|
2019-09-10 10:47:02 +00:00
|
|
|
|
- MS-121 - The problem that user can't change the time zone
|
2019-08-24 03:24:36 +00:00
|
|
|
|
- MS-411 - Fix metric unittest linking error
|
|
|
|
|
- MS-412 - Fix gpu cache logical error
|
2019-08-24 08:42:15 +00:00
|
|
|
|
- MS-416 - ExecutionEngineImpl::GpuCache has not return value cause crash
|
2019-08-24 08:44:30 +00:00
|
|
|
|
- MS-417 - YAML sequence load disable cause scheduler startup failed
|
2019-08-27 09:44:39 +00:00
|
|
|
|
- MS-413 - Create index failed and server exited
|
2019-08-28 11:45:15 +00:00
|
|
|
|
- MS-427 - Describe index error after drop index
|
2019-08-29 03:08:17 +00:00
|
|
|
|
- MS-432 - Search vectors params nprobe need to check max number
|
2019-08-29 04:35:23 +00:00
|
|
|
|
- MS-431 - Search vectors params nprobe: 0/-1, expected result: raise exception
|
|
|
|
|
- MS-331 - Crate Table : when table exists, error code is META_FAILED(code=15) rather than ILLEGAL TABLE NAME(code=9))
|
2019-08-29 11:19:33 +00:00
|
|
|
|
- MS-430 - Search no result if index created with FLAT
|
2019-08-30 03:15:40 +00:00
|
|
|
|
- MS-443 - Create index hang again
|
2019-08-30 08:39:26 +00:00
|
|
|
|
- MS-436 - Delete vectors failed if index created with index_type: IVF_FLAT/IVF_SQ8
|
2019-08-31 07:21:20 +00:00
|
|
|
|
- MS-449 - Add vectors twice success, once with ids, the other no ids
|
2019-09-04 09:19:19 +00:00
|
|
|
|
- MS-450 - server hang after run stop_server.sh
|
|
|
|
|
- MS-458 - Keep building index for one file when no gpu resource
|
2019-09-02 12:09:13 +00:00
|
|
|
|
- MS-461 - Mysql meta unittest failed
|
2019-09-02 12:28:01 +00:00
|
|
|
|
- MS-462 - Run milvus server twices, should display error
|
2019-09-03 03:26:44 +00:00
|
|
|
|
- MS-463 - Search timeout
|
2019-09-03 08:32:00 +00:00
|
|
|
|
- MS-467 - mysql db test failed
|
2019-09-05 08:42:33 +00:00
|
|
|
|
- MS-470 - Drop index success, which table not created
|
2019-09-04 06:28:47 +00:00
|
|
|
|
- MS-471 - code coverage run failed
|
2019-09-06 06:39:26 +00:00
|
|
|
|
- MS-492 - Drop index failed if index have been created with index_type: FLAT
|
2019-09-06 08:04:19 +00:00
|
|
|
|
- MS-493 - Knowhere unittest crash
|
2019-09-06 08:13:44 +00:00
|
|
|
|
- MS-453 - GPU search error when nprobe set more than 1024
|
2019-09-07 08:19:27 +00:00
|
|
|
|
- MS-474 - Create index hang if use branch-0.3.1 server config
|
2019-09-07 10:26:13 +00:00
|
|
|
|
- MS-510 - unittest out of memory and crashed
|
2019-09-10 10:35:32 +00:00
|
|
|
|
- MS-507 - Dataset 10m-512, index type sq8,performance in-normal when set CPU_CACHE to 16 or 64
|
2019-09-12 06:10:56 +00:00
|
|
|
|
- MS-543 - SearchTask fail without exception
|
2019-09-21 11:16:15 +00:00
|
|
|
|
- MS-582 - grafana displays changes frequently
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-08-08 06:20:00 +00:00
|
|
|
|
- MS-327 - Clean code for milvus
|
2019-08-14 06:44:50 +00:00
|
|
|
|
- MS-336 - Scheduler interface
|
|
|
|
|
- MS-344 - Add TaskTable Test
|
|
|
|
|
- MS-345 - Add Node Test
|
|
|
|
|
- MS-346 - Add some implementation of scheduler to solve compile error
|
2019-08-14 06:46:30 +00:00
|
|
|
|
- MS-348 - Add ResourceFactory Test
|
2019-08-14 06:44:50 +00:00
|
|
|
|
- MS-350 - Remove knowhere submodule
|
2019-08-14 12:09:00 +00:00
|
|
|
|
- MS-354 - Add task class and interface in scheduler
|
2019-08-14 13:24:20 +00:00
|
|
|
|
- MS-355 - Add copy interface in ExcutionEngine
|
2019-08-15 07:47:46 +00:00
|
|
|
|
- MS-357 - Add minimum schedule function
|
2019-08-15 11:09:59 +00:00
|
|
|
|
- MS-359 - Add cost test in new scheduler
|
2019-08-16 07:03:10 +00:00
|
|
|
|
- MS-361 - Add event in resource
|
2019-08-16 07:29:35 +00:00
|
|
|
|
- MS-364 - Modify tasktableitem in tasktable
|
2019-08-16 07:36:56 +00:00
|
|
|
|
- MS-365 - Use tasktableitemptr instead in event
|
2019-08-16 08:09:02 +00:00
|
|
|
|
- MS-366 - Implement TaskTable
|
2019-08-16 09:51:05 +00:00
|
|
|
|
- MS-368 - Implement cost.cpp
|
2019-08-17 11:05:58 +00:00
|
|
|
|
- MS-371 - Add TaskTableUpdatedEvent
|
2019-08-17 11:08:10 +00:00
|
|
|
|
- MS-373 - Add resource test
|
2019-08-18 11:59:15 +00:00
|
|
|
|
- MS-374 - Add action definition
|
2019-08-18 12:01:44 +00:00
|
|
|
|
- MS-375 - Add Dump implementation for Event
|
2019-08-18 12:04:54 +00:00
|
|
|
|
- MS-376 - Add loader and executor enable flag in Resource avoid diskresource execute task
|
2019-08-18 12:08:15 +00:00
|
|
|
|
- MS-377 - Improve process thread trigger in ResourceMgr, Scheduler and TaskTable
|
2019-08-18 12:10:32 +00:00
|
|
|
|
- MS-378 - Debug and Update normal_test in scheduler unittest
|
2019-08-19 02:47:30 +00:00
|
|
|
|
- MS-379 - Add Dump implementation in Resource
|
2019-08-19 03:48:45 +00:00
|
|
|
|
- MS-380 - Update resource loader and executor, work util all finished
|
2019-08-19 14:01:39 +00:00
|
|
|
|
- MS-383 - Modify condition variable usage in scheduler
|
2019-08-20 03:10:52 +00:00
|
|
|
|
- MS-384 - Add global instance of ResourceMgr and Scheduler
|
2019-08-21 10:01:23 +00:00
|
|
|
|
- MS-389 - Add clone interface in Task
|
2019-08-21 10:22:52 +00:00
|
|
|
|
- MS-390 - Update resource construct function
|
2019-08-21 10:27:05 +00:00
|
|
|
|
- MS-391 - Add PushTaskToNeighbourHasExecutor action
|
2019-08-21 11:22:38 +00:00
|
|
|
|
- MS-394 - Update scheduler unittest
|
2019-08-22 03:56:45 +00:00
|
|
|
|
- MS-400 - Add timestamp record in task state change function
|
2019-08-22 11:01:44 +00:00
|
|
|
|
- MS-402 - Add dump implementation for TaskTableItem
|
2019-08-23 08:07:47 +00:00
|
|
|
|
- MS-406 - Add table flag for meta
|
2019-08-23 03:19:15 +00:00
|
|
|
|
- MS-403 - Add GpuCacheMgr
|
2019-08-23 03:30:48 +00:00
|
|
|
|
- MS-404 - Release index after search task done avoid memory increment continues
|
2019-08-23 03:34:31 +00:00
|
|
|
|
- MS-405 - Add delete task support
|
2019-08-23 09:25:49 +00:00
|
|
|
|
- MS-407 - Reconstruct MetricsCollector
|
2019-08-23 10:56:02 +00:00
|
|
|
|
- MS-408 - Add device_id in resource construct function
|
2019-08-23 13:07:01 +00:00
|
|
|
|
- MS-409 - Using new scheduler
|
2019-08-24 04:20:32 +00:00
|
|
|
|
- MS-413 - Remove thrift dependency
|
2019-08-24 02:22:05 +00:00
|
|
|
|
- MS-410 - Add resource config comment
|
2019-08-24 08:36:56 +00:00
|
|
|
|
- MS-414 - Add TaskType in Scheduler::Task
|
2019-08-24 08:39:47 +00:00
|
|
|
|
- MS-415 - Add command tasktable to dump all tasktables
|
2019-08-24 08:57:15 +00:00
|
|
|
|
- MS-418 - Update server_config.template file, set CPU compute only default
|
2019-08-24 09:35:03 +00:00
|
|
|
|
- MS-419 - Move index_file_size from IndexParam to TableSchema
|
2019-08-26 07:36:19 +00:00
|
|
|
|
- MS-421 - Add TaskLabel in scheduler
|
2019-08-26 12:06:44 +00:00
|
|
|
|
- MS-422 - Support DeleteTask in Multi-GpuResource case
|
2019-08-27 14:11:38 +00:00
|
|
|
|
- MS-428 - Add PushTaskByDataLocality in scheduler
|
2019-08-29 11:27:08 +00:00
|
|
|
|
- MS-440 - Add DumpTaskTables in sdk
|
2019-08-29 13:39:51 +00:00
|
|
|
|
- MS-442 - Merge Knowhere
|
2019-08-30 03:11:54 +00:00
|
|
|
|
- MS-445 - Rename CopyCompleted to LoadCompleted
|
2019-08-31 07:47:52 +00:00
|
|
|
|
- MS-451 - Update server_config.template file, set GPU compute default
|
2019-09-02 07:49:34 +00:00
|
|
|
|
- MS-455 - Distribute tasks by minimal cost in scheduler
|
2019-09-02 09:11:26 +00:00
|
|
|
|
- MS-460 - Put transport speed as weight when choosing neighbour to execute task
|
2019-09-02 08:31:09 +00:00
|
|
|
|
- MS-459 - Add cache for pick function in tasktable
|
2019-09-06 08:04:19 +00:00
|
|
|
|
- MS-476 - Improve search performance
|
2019-09-05 02:53:45 +00:00
|
|
|
|
- MS-482 - Change search stream transport to unary in grpc
|
2019-09-05 09:41:01 +00:00
|
|
|
|
- MS-487 - Define metric type in CreateTable
|
2019-09-05 11:58:54 +00:00
|
|
|
|
- MS-488 - Improve code format in scheduler
|
2019-09-06 08:54:46 +00:00
|
|
|
|
- MS-495 - cmake: integrated knowhere
|
2019-09-06 13:34:25 +00:00
|
|
|
|
- MS-496 - Change the top_k limitation from 1024 to 2048
|
2019-09-07 03:00:33 +00:00
|
|
|
|
- MS-502 - Update tasktable_test in scheduler
|
2019-09-07 04:01:36 +00:00
|
|
|
|
- MS-504 - Update node_test in scheduler
|
2019-09-07 06:43:46 +00:00
|
|
|
|
- MS-505 - Install core unit test and add to coverage
|
2019-09-07 06:54:32 +00:00
|
|
|
|
- MS-508 - Update normal_test in scheduler
|
2019-09-09 12:15:43 +00:00
|
|
|
|
- MS-532 - Add grpc server unittest
|
2019-09-07 08:45:17 +00:00
|
|
|
|
- MS-511 - Update resource_test in scheduler
|
2019-09-07 10:14:48 +00:00
|
|
|
|
- MS-517 - Update resource_mgr_test in scheduler
|
2019-09-07 11:26:03 +00:00
|
|
|
|
- MS-518 - Add schedinst_test in scheduler
|
2019-09-09 01:54:30 +00:00
|
|
|
|
- MS-519 - Add event_test in scheduler
|
2019-09-09 02:03:01 +00:00
|
|
|
|
- MS-520 - Update resource_test in scheduler
|
2019-09-09 06:31:41 +00:00
|
|
|
|
- MS-524 - Add some unittest in event_test and resource_test
|
2019-09-09 06:59:42 +00:00
|
|
|
|
- MS-525 - Disable parallel reduce in SearchTask
|
2019-09-09 07:27:26 +00:00
|
|
|
|
- MS-527 - Update scheduler_test and enable it
|
2019-09-09 07:57:02 +00:00
|
|
|
|
- MS-528 - Hide some config used future
|
2019-09-09 11:13:30 +00:00
|
|
|
|
- MS-530 - Add unittest for SearchTask->Load
|
2019-09-09 11:35:32 +00:00
|
|
|
|
- MS-531 - Disable next version code
|
2019-09-09 12:16:34 +00:00
|
|
|
|
- MS-533 - Update resource_test to cover dump function
|
2019-09-09 12:52:11 +00:00
|
|
|
|
- MS-523 - Config file validation
|
2019-09-10 11:31:29 +00:00
|
|
|
|
- MS-539 - Remove old task code
|
2019-09-12 03:48:45 +00:00
|
|
|
|
- MS-546 - Add simple mode resource_config
|
2019-09-18 12:03:01 +00:00
|
|
|
|
- MS-570 - Add prometheus docker-compose file
|
2019-09-20 10:02:08 +00:00
|
|
|
|
- MS-576 - Scheduler refactor
|
2019-09-26 03:43:45 +00:00
|
|
|
|
- MS-592 - Change showtables stream transport to unary
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
|
|
## New Feature
|
2019-08-13 07:22:01 +00:00
|
|
|
|
- MS-343 - Implement ResourceMgr
|
2019-08-22 03:50:18 +00:00
|
|
|
|
- MS-338 - NewAPI: refine code to support CreateIndex
|
|
|
|
|
- MS-339 - NewAPI: refine code to support DropIndex
|
|
|
|
|
- MS-340 - NewAPI: implement DescribeIndex
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
|
|
|
|
- MS-297 - disable mysql unit test
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
|
|
|
|
# Milvus 0.3.1 (2019-07-10)
|
|
|
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
|
2019-07-04 09:15:38 +00:00
|
|
|
|
- MS-148 - Disable cleanup if mode is read only
|
|
|
|
|
- MS-149 - Fixed searching only one index file issue in distributed mode
|
2019-07-15 05:47:36 +00:00
|
|
|
|
- MS-153 - Fix c_str error when connecting to MySQL
|
|
|
|
|
- MS-157 - Fix changelog
|
|
|
|
|
- MS-190 - Use env variable to switch mem manager and fix cmake
|
2019-07-14 03:43:14 +00:00
|
|
|
|
- MS-217 - Fix SQ8 row count bug
|
2019-07-15 02:45:20 +00:00
|
|
|
|
- MS-224 - Return AlreadyExist status in MySQLMetaImpl::CreateTable if table already exists
|
2019-07-15 05:47:36 +00:00
|
|
|
|
- MS-232 - Add MySQLMetaImpl::UpdateTableFilesToIndex and set maximum_memory to default if config value = 0
|
|
|
|
|
- MS-233 - Remove mem manager log
|
|
|
|
|
- MS-230 - Change parameter name: Maximum_memory to insert_buffer_size
|
2019-07-15 11:30:24 +00:00
|
|
|
|
- MS-234 - Some case cause background merge thread stop
|
2019-07-15 11:48:11 +00:00
|
|
|
|
- MS-235 - Some test cases random fail
|
2019-07-15 12:41:17 +00:00
|
|
|
|
- MS-236 - Add MySQLMetaImpl::HasNonIndexFiles
|
2019-07-21 03:57:12 +00:00
|
|
|
|
- MS-257 - Update bzip2 download url
|
2019-07-27 06:28:27 +00:00
|
|
|
|
- MS-288 - Update compile scripts
|
2019-08-09 10:19:07 +00:00
|
|
|
|
- MS-330 - Stability test failed caused by server core dumped
|
2019-08-21 10:35:57 +00:00
|
|
|
|
- MS-347 - Build index hangs again
|
|
|
|
|
- MS-382 - fix MySQLMetaImpl::CleanUpFilesWithTTL unknown column bug
|
2019-07-04 09:15:38 +00:00
|
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
|
## Improvement
|
2019-07-04 08:58:40 +00:00
|
|
|
|
- MS-156 - Add unittest for merge result functions
|
2019-07-04 09:15:38 +00:00
|
|
|
|
- MS-152 - Delete assert in MySQLMetaImpl and change MySQLConnectionPool impl
|
2019-07-11 08:32:30 +00:00
|
|
|
|
- MS-204 - Support multi db_path
|
2019-07-12 03:08:25 +00:00
|
|
|
|
- MS-206 - Support SQ8 index type
|
2019-07-12 04:19:32 +00:00
|
|
|
|
- MS-208 - Add buildinde interface for C++ SDK
|
2019-07-12 07:30:05 +00:00
|
|
|
|
- MS-212 - Support Inner product metric type
|
2019-07-17 04:50:37 +00:00
|
|
|
|
- MS-241 - Build Faiss with MKL if using Intel CPU; else build with OpenBlas
|
2019-07-17 09:37:42 +00:00
|
|
|
|
- MS-242 - Clean up cmake and change MAKE_BUILD_ARGS to be user defined variable
|
|
|
|
|
- MS-245 - Improve search result transfer performance
|
2019-07-18 09:21:04 +00:00
|
|
|
|
- MS-248 - Support AddVector/SearchVector profiling
|
2019-07-19 09:54:20 +00:00
|
|
|
|
- MS-256 - Add more cache config
|
2019-07-21 10:03:35 +00:00
|
|
|
|
- MS-260 - Refine log
|
2019-07-22 02:44:24 +00:00
|
|
|
|
- MS-249 - Check machine hardware during initialize
|
2019-07-22 02:45:13 +00:00
|
|
|
|
- MS-261 - Update faiss version to 1.5.3 and add BUILD_FAISS_WITH_MKL as an option
|
2019-07-26 02:54:49 +00:00
|
|
|
|
- MS-266 - Improve topk reduce time by using multi-threads
|
|
|
|
|
- MS-275 - Avoid sqlite logic error excetion
|
2019-07-24 12:36:35 +00:00
|
|
|
|
- MS-278 - add IndexStatsHelper
|
2019-08-06 10:11:51 +00:00
|
|
|
|
- MS-313 - add GRPC
|
2019-08-07 12:08:49 +00:00
|
|
|
|
- MS-325 - add grpc status return for C++ sdk and modify some format
|
2019-08-07 09:27:31 +00:00
|
|
|
|
- MS-278 - Add IndexStatsHelper
|
2019-08-06 09:31:43 +00:00
|
|
|
|
- MS-312 - Set openmp thread number by config
|
2019-08-07 09:27:31 +00:00
|
|
|
|
- MS-305 - Add CPU core percent metric
|
|
|
|
|
- MS-310 - Add milvus CPU utilization ratio and CPU/GPU temperature metrics
|
|
|
|
|
- MS-324 - Show error when there is not enough gpu memory to build index
|
2019-08-08 06:29:07 +00:00
|
|
|
|
- MS-328 - Check metric type on server start
|
2019-08-09 09:00:32 +00:00
|
|
|
|
- MS-332 - Set grpc and thrift server run concurrently
|
2019-08-21 10:35:57 +00:00
|
|
|
|
- MS-352 - Add hybrid index
|
2019-07-04 09:15:38 +00:00
|
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
|
## New Feature
|
2019-07-08 03:14:28 +00:00
|
|
|
|
- MS-180 - Add new mem manager
|
2019-07-15 02:45:20 +00:00
|
|
|
|
- MS-195 - Add nlist and use_blas_threshold conf
|
2019-07-24 13:28:24 +00:00
|
|
|
|
- MS-137 - Integrate knowhere
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
|
## Task
|
|
|
|
|
|
|
|
|
|
- MS-125 - Create 0.3.1 release branch
|
2019-08-01 14:31:30 +00:00
|
|
|
|
- MS-306 - Optimize build efficiency
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
|
|
|
|
# Milvus 0.3.0 (2019-06-30)
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Bug
|
2019-06-23 10:38:55 +00:00
|
|
|
|
- MS-104 - Fix unittest lcov execution error
|
2019-06-21 08:57:25 +00:00
|
|
|
|
- MS-102 - Fix build script file condition error
|
2019-06-13 07:32:02 +00:00
|
|
|
|
- MS-80 - Fix server hang issue
|
2019-06-17 09:38:33 +00:00
|
|
|
|
- MS-89 - Fix compile failed, libgpufaiss.a link missing
|
2019-06-17 09:52:46 +00:00
|
|
|
|
- MS-90 - Fix arch match incorrect on ARM
|
2019-06-19 08:36:25 +00:00
|
|
|
|
- MS-99 - Fix compilation bug
|
2019-06-25 10:42:18 +00:00
|
|
|
|
- MS-110 - Avoid huge file size
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Improvement
|
2019-06-13 08:02:25 +00:00
|
|
|
|
- MS-82 - Update server startup welcome message
|
|
|
|
|
- MS-83 - Update vecwise to Milvus
|
2019-06-14 06:35:22 +00:00
|
|
|
|
- MS-77 - Performance issue of post-search action
|
2019-06-17 02:28:26 +00:00
|
|
|
|
- MS-22 - Enhancement for MemVector size control
|
2019-06-17 11:25:48 +00:00
|
|
|
|
- MS-92 - Unify behavior of debug and release build
|
2019-06-19 07:46:14 +00:00
|
|
|
|
- MS-98 - Install all unit test to installation directory
|
2019-06-26 03:51:47 +00:00
|
|
|
|
- MS-115 - Change is_startup of metric_config switch from true to on
|
2019-06-27 03:56:43 +00:00
|
|
|
|
- MS-122 - Archive criteria config
|
2019-06-27 07:51:25 +00:00
|
|
|
|
- MS-124 - HasTable interface
|
2019-06-27 10:03:52 +00:00
|
|
|
|
- MS-126 - Add more error code
|
2019-06-28 03:48:50 +00:00
|
|
|
|
- MS-128 - Change default db path
|
2019-06-27 03:56:43 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## New Feature
|
|
|
|
|
|
2019-06-05 04:14:53 +00:00
|
|
|
|
- MS-57 - Implement index load/search pipeline
|
2019-06-06 02:45:07 +00:00
|
|
|
|
- MS-56 - Add version information when server is started
|
2019-06-09 09:35:52 +00:00
|
|
|
|
- MS-64 - Different table can have different index type
|
|
|
|
|
- MS-52 - Return search score
|
2019-06-10 07:25:56 +00:00
|
|
|
|
- MS-66 - Support time range query
|
2019-06-11 03:47:17 +00:00
|
|
|
|
- MS-68 - Remove rocksdb from third-party
|
2019-06-11 02:39:03 +00:00
|
|
|
|
- MS-70 - cmake: remove redundant libs in src
|
2019-06-11 03:00:41 +00:00
|
|
|
|
- MS-71 - cmake: fix faiss dependency
|
2019-06-11 03:41:11 +00:00
|
|
|
|
- MS-72 - cmake: change prometheus source to git
|
2019-06-11 08:23:55 +00:00
|
|
|
|
- MS-73 - cmake: delete civetweb
|
2019-06-11 08:41:41 +00:00
|
|
|
|
- MS-65 - Implement GetTableRowCount interface
|
|
|
|
|
- MS-45 - Implement DeleteTable interface
|
2019-06-12 03:27:50 +00:00
|
|
|
|
- MS-75 - cmake: change faiss version to 1.5.2; add CUDA gencode
|
2019-06-13 05:20:06 +00:00
|
|
|
|
- MS-81 - fix faiss ptx issue; change cuda gencode
|
2019-06-14 02:21:10 +00:00
|
|
|
|
- MS-84 - cmake: add arrow, jemalloc and jsoncons third party; default build option OFF
|
2019-06-14 02:34:01 +00:00
|
|
|
|
- MS-85 - add NetIO metric
|
2019-06-19 02:53:46 +00:00
|
|
|
|
- MS-96 - add new query interface for specified files
|
2019-06-19 04:03:13 +00:00
|
|
|
|
- MS-97 - Add S3 SDK for MinIO Storage
|
2019-06-24 08:44:05 +00:00
|
|
|
|
- MS-105 - Add MySQL
|
2019-06-28 07:40:47 +00:00
|
|
|
|
- MS-130 - Add prometheus_test
|
2019-07-02 11:41:02 +00:00
|
|
|
|
- MS-144 - Add nprobe config
|
2019-07-03 03:18:34 +00:00
|
|
|
|
- MS-147 - Enable IVF
|
2019-06-28 07:40:47 +00:00
|
|
|
|
- MS-130 - Add prometheus_test
|
2019-08-21 10:35:57 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Task
|
2019-06-12 03:05:33 +00:00
|
|
|
|
- MS-74 - Change README.md in cpp
|
2019-06-17 07:32:25 +00:00
|
|
|
|
- MS-88 - Add support for arm architecture
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
2019-06-14 09:29:29 +00:00
|
|
|
|
# Milvus 0.2.0 (2019-05-31)
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
|
|
|
|
|
- MS-32 - Fix thrift error
|
|
|
|
|
- MS-34 - Fix prometheus-cpp thirdparty
|
2019-06-10 10:38:34 +00:00
|
|
|
|
- MS-67 - Fix license check bug
|
2019-06-13 02:08:45 +00:00
|
|
|
|
- MS-76 - Fix pipeline crash bug
|
2019-06-20 03:54:47 +00:00
|
|
|
|
- MS-100 - cmake: fix AWS build issue
|
2019-06-20 08:18:06 +00:00
|
|
|
|
- MS-101 - change AWS build type to Release
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
|
|
|
|
|
|
|
|
|
- MS-20 - Clean Code Part 1
|
|
|
|
|
|
|
|
|
|
## New Feature
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-05-26 11:35:30 +00:00
|
|
|
|
- MS-5 - Implement Auto Archive Feature
|
2019-05-29 08:29:08 +00:00
|
|
|
|
- MS-6 - Implement SDK interface part 1
|
2019-06-02 05:50:09 +00:00
|
|
|
|
- MS-16 - Implement metrics without prometheus
|
2019-05-29 08:29:08 +00:00
|
|
|
|
- MS-21 - Implement SDK interface part 2
|
2019-05-29 08:14:15 +00:00
|
|
|
|
- MS-26 - cmake. Add thirdparty packages
|
2019-05-29 11:20:58 +00:00
|
|
|
|
- MS-31 - cmake: add prometheus
|
2019-05-30 02:18:34 +00:00
|
|
|
|
- MS-33 - cmake: add -j4 to make third party packages build faster
|
2019-05-31 09:37:16 +00:00
|
|
|
|
- MS-27 - support gpu config and disable license build config in cmake
|
2019-05-31 10:29:36 +00:00
|
|
|
|
- MS-47 - Add query vps metrics
|
2019-06-02 05:50:09 +00:00
|
|
|
|
- MS-37 - Add query, cache usage, disk write speed and file data size metrics
|
|
|
|
|
- MS-30 - Use faiss v1.5.2
|
2019-06-04 06:10:02 +00:00
|
|
|
|
- MS-54 - cmake: Change Thrift third party URL to github.com
|
2019-06-10 11:16:06 +00:00
|
|
|
|
- MS-69 - prometheus: add all proposed metrics
|
2019-05-29 08:29:08 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Task
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-05-17 12:18:24 +00:00
|
|
|
|
- MS-1 - Add CHANGELOG.md
|
2019-05-26 11:35:30 +00:00
|
|
|
|
- MS-4 - Refactor the vecwise_engine code structure
|
2019-06-05 13:17:54 +00:00
|
|
|
|
- MS-62 - Search range to all if no date specified
|