Skip to content

Commit

Permalink
Merge pull request #79 from getlantern/ox/multifollow
Browse files Browse the repository at this point in the history
Support for multi-source following
  • Loading branch information
oxtoacart authored Aug 1, 2019
2 parents 0869a10 + 3b12eb0 commit c188509
Show file tree
Hide file tree
Showing 36 changed files with 2,774 additions and 1,215 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ GO111MODULE=on go install github.com/getlantern/zenodb/cmd/zeno
* Seems pretty fast
* Materialized views (with historical data from write-ahead log)
* Some unit tests

* Limit query memory consumption to avoid OOM killer
* Multi-leader, multi-follower architecture

## Future Stuff

* Auto cleanup of Write-ahead Log
* Harmonize field vs column language
* More unit tests and general code cleanup
* Byte array buffers to avoid allocations for sequences and ByteMaps
* Limit query memory consumption to avoid OOM killer
* Smart sorting - e.g. only sort data files if a substantial number of new keys have been added
* More validations/error checking
* TLS in HTTP
Expand Down
Loading

0 comments on commit c188509

Please sign in to comment.