Skip to content

Commit

Permalink
[ENH] get collection info for compactor (#1778)
Browse files Browse the repository at this point in the history
## Description of changes

https://linear.app/trychroma/issue/CHR-293/get-collection-ids-for-compactor
- get collection information for collections that need to be compacted,
order by timestamps of the log
- DB retry is not included

## Test plan
- [ ] record_log_test and record_log_service_test
  • Loading branch information
weiligu authored Feb 28, 2024
1 parent e0dde68 commit 44e8ff7
Show file tree
Hide file tree
Showing 26 changed files with 818 additions and 251 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

go/bin/
go/**/testdata/
go/coordinator/bin/

*.log

Expand Down
9 changes: 4 additions & 5 deletions chromadb/proto/chroma_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions chromadb/proto/chroma_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions chromadb/proto/coordinator_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 44e8ff7

Please sign in to comment.