This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Planning to start writing a toy like embedded database from scratch.
The goal is to start simple, making reasonable assumptions so that there is incremental output.
The language would be C .
We can talk about roadmap as I am just starting.
Looking for folks with relevant experience in the field.
GitHub link: https://github.com/the123saurav/pigdb/tree/master
I am planning to implement bottom up(heap file -> BTree index -> BufferPool -> Catalog -> Basic Query Planner -> WAL -> MVCC -> Snapshot Isolation).
Will use some off-the shelf parser
Subreddit
Post Details
- Posted
- 2 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/databasedev...