Updated
about 3 years
ago.
2 hacker ♥️.
tiedot is a general purpose, document database engine designed for both embeddable usage and running stand-alone DB server, implemented in Go.
Despite the effort of partitioning collection data and indexes, a single tiedot process still cannot scale beyond 4 CPU cores due to limitations of both data structure and Go runtime. Last year, an attempt began to partition data across multiple tiedot processes, and use IPC for communication and database logics. Initial benchmarks show promising scalability improvement using the new implementation. So let us complete the new implementation together, to bring the most scalable & embeddable DB engine for Go programs!
Project URL: https://github.com/HouzuoGuo/tiedot
Looking for hackers with the skills:
This project is part of:
Hack Week 12
Activity