Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

clickingbuttons/zdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was an attempt to build something similar to clickhouse before I knew about clickhouse.

There were 2 important lessons learned:

  1. A block size that supports equal speed random and sequential access is ideal. This way you get TWO indices for the price of one. The sweet spot is ~64Kb on PCIE3 NVMEs.
  2. Scripting languages are neat as query languages, BUT:
  • Don't support accessing data in multithreaded ways
  • Need extra metadata to take advantage of indices

About

Timeseries DB for billions of ticks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages