- Serverless Web Applications with React and Firebase
- Harmeet Singh Mayur Tanna
- 69字
- 2021-08-27 19:11:11
Scalability
When we develop a large-scale application, we must know how much we can scale our database:
Realtime Database | Cloud Firestore |
Scaling requires sharding: Scale to around 100,000 concurrent connections and 1,000 writes/second in a single database. Scaling beyond that requires sharing your data across multiple databases. |
Scaling will be automatic: Scales completely automatically (after beta), which means that you don't need to share your data across multiple instances. |
推薦閱讀
- Python程序設計教程(第2版)
- Google Apps Script for Beginners
- PaaS程序設計
- React Native Cookbook
- Cassandra Data Modeling and Analysis
- 小學生C++創(chuàng)意編程(視頻教學版)
- PhoneGap:Beginner's Guide(Third Edition)
- Hands-On Full Stack Development with Go
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實戰(zhàn)
- Learning Probabilistic Graphical Models in R
- 學習OpenCV 4:基于Python的算法實戰(zhàn)
- Machine Learning in Java
- 實戰(zhàn)Python網(wǎng)絡爬蟲
- Learning iOS Penetration Testing
- micro:bit軟件指南