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.

SQLite vs MongoDB

5 pointsby benacklesabout 13 years ago

1 comment

Fizzerabout 13 years ago
"This database is good at high concurrency writes" and "this database has very good write performance" strongly favors MongoDB.<p>This is interesting because MongoDB has taken a lot of flak for their global write lock. Also, updating a MongoDB document can require moving it if it grew too much for it's allocated space, which is another thing that hurts write performance. I guess these things haven't hurt their public perception of their write speed as much as I thought.
评论 #3690629 未加载