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.

Google's Cloud Firestore (DBaaS) doesn't have a way to count records

3 pointsby squidcalmost 6 years ago
Why?

2 comments

ubermanalmost 6 years ago
While I completely empathize with you, that can be tricky in a fully distributed document store and to be fair, counting records in dynamodb is also a PITA.<p>Have you checked out using distributed counters to track the record count yourself? Read through the answers on this SO post. That might help.<p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;46554091&#x2F;firebase-firestore-collection-count" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;46554091&#x2F;firebase-firest...</a>
评论 #20701219 未加载
squidcalmost 6 years ago
Isn&#x27;t this as basic of functionality you could ask for in a DBaaS product?