Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hicder

hicder deleted a branch hicder/muopdb

hicder/minimize-lock-finalize

hicder pushed 1 commit to master hicder/muopdb
  • Minimize lock during optimizing (#332) 5d63fd1

View on GitHub

hicder closed a pull request on hicder/muopdb
Minimize lock during optimizing
Move the upgradable lock to the point where it's necessary, so we don't block flush
hicder opened a pull request on hicder/muopdb
Minimize lock during optimizing
Move the upgradable lock to the point where it's necessary, so we don't block flush
hicder created a branch on hicder/muopdb

hicder/minimize-lock-finalize - MuopDB - A Vector Database

hicder deleted a branch hicder/muopdb

hicder/remove-pending

hicder pushed 1 commit to master hicder/muopdb
  • Remove pending segment from TOC after finalizing (#331) 39a1d5e

View on GitHub

hicder closed a pull request on hicder/muopdb
Remove pending segment from TOC after finalizing
Otherwise we will accumulate a lot of pending segments in TOC. It doesn't affect correctness, but it prevents us from cleaning up those.
hicder opened a pull request on hicder/muopdb
Remove pending segment from TOC after finalizing
Otherwise we will accumulate a lot of pending segments in TOC. It doesn't affect correctness, but it prevents us from cleaning up those.
hicder pushed 1 commit to hicder/remove-pending hicder/muopdb
  • Remove pending segment from TOC after finalizing 7e7f25c

View on GitHub

hicder created a branch on hicder/muopdb

hicder/remove-pending - MuopDB - A Vector Database

hicder deleted a branch hicder/muopdb

hicder/optimizer-add-test-concurrency

hicder pushed 1 commit to master hicder/muopdb
  • Multi-threaded segment optimizer (#330) 975d8da

View on GitHub

hicder closed a pull request on hicder/muopdb
Multi-threaded segment optimizer
* Cleanup the `replace_segment` function. * Only rename version file under write lock. Under read lock, create a version file in a tmp file and rename atomically. * Add a test that run query and ...
hicder pushed 1 commit to hicder/optimizer-add-test-concurrency hicder/muopdb
  • Add test for collection optimizer multi-threaded 77bc401

View on GitHub

hicder pushed 1 commit to hicder/optimizer-add-test-concurrency hicder/muopdb
  • Add test for collection optimizer multi-threaded 306bba4

View on GitHub

hicder pushed 1 commit to hicder/optimizer-add-test-concurrency hicder/muopdb
  • Add test for collection optimizer multi-threaded d02a33d

View on GitHub

hicder pushed 1 commit to hicder/optimizer-add-test-concurrency hicder/muopdb
  • Add test for collection optimizer multi-threaded 6d70bef

View on GitHub

hicder opened a pull request on hicder/muopdb
Add test for collection optimizer multi-threaded
Add a test that run query and optimizer in different threads
hicder created a branch on hicder/muopdb

hicder/optimizer-add-test-concurrency - MuopDB - A Vector Database

hicder pushed 1 commit to master hicder/muopdb
  • Add more test to collection optimizer (#329) aa787bf

View on GitHub

hicder closed a pull request on hicder/muopdb
Add more test to collection optimizer
hicder opened a pull request on hicder/muopdb
Add more test to collection optimizer
hicder created a branch on hicder/muopdb

hicder/add-test-optimizer - MuopDB - A Vector Database

hicder deleted a branch hicder/muopdb

hicder/optimizer-framework

hicder pushed 1 commit to master hicder/muopdb
  • Segment Optimizer framework and Pending Segment 437dfda

View on GitHub

hicder closed a pull request on hicder/muopdb
Segment optimizer framework
This builds the framework to hook vacuum and merge optimizer into collection. In this PR, we introduce 2 main classes: * `PendingSegment` - this will wrap the list of segments currently under opti...
hicder created a comment on a pull request on hicder/muopdb
ok, added 2 tests

View on GitHub

hicder pushed 1 commit to hicder/optimizer-framework hicder/muopdb

View on GitHub

hicder pushed 1 commit to hicder/optimizer-framework hicder/muopdb

View on GitHub

Load more