TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mckoi: highly scalable b-tree database

27 pointsby yawniekover 15 years ago

1 comment

lechaover 15 years ago
Looking at the API, it looks pretty young/raw.<p>API offers two types of primary data structures; Files and Tables.<p>A File is a binary object that can grow and shrink to any size, and data can be written to and read from any position. Table can store string values, supports indexes on columns.<p>No mention of real query language.