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.

Scaling SQLite to 4M QPS on a Single Server (EC2 vs. Bare Metal)

69 pointsby quintharover 7 years ago

1 comment

styfleover 7 years ago
There&#x27;s a few things that stood out to me that seem like &quot;bad practices&quot;:<p>&gt; we don’t use DNS internally — just configuration-managed &#x2F;etc&#x2F;hosts files<p>This seems very odd and redundant. Does someone manually edit all servers when a new server comes online?<p>&gt; Make RANDOM() deterministic<p>Why would you use random if you want determinism? That sounds like the opposite of random to me.<p>&gt; David Barrett, Founder of Expensify<p>Was this blog post really written by the founder!?!<p>The perftest[0] code is in a branch named &quot;dbarrett_perftest&quot; but that still surprises me.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;Expensify&#x2F;Bedrock&#x2F;tree&#x2F;dbarrett_perftest&#x2F;perftest" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Expensify&#x2F;Bedrock&#x2F;tree&#x2F;dbarrett_perftest&#x2F;...</a>
评论 #16177437 未加载