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.

Building Pinterest's new wide column database using RocksDB

3 pointsby shenli3514over 1 year ago

1 comment

boraturanover 1 year ago
great article, couple of questions<p>-storing timestamp for each field (user:name) by default seems costly, timestamp can be stored on main key(e.g. user), curious on the thinking.. -is timestamp 64bit? do we need miliseconds? -what is your sharding architecture, in terms of rage queries -are your global search indexes on this architecture