[dummy title body text appended to avoid empty title body]
/BasToTheMax.js replied
1. Will NocoDB still be fast if I have millions of records?
2. Is there any limit how much rows I can have in a table
3. Is there any cache implemented?
o1lab replied
The storage is on your actual database. So a database like mysql/postgres easily manages millions of records. We default to pagination on frontend. Caching is not implemented ( I assume you meant rows)
/BasToTheMax.js replied
Oké. One last question:
Is it possible to scale to multiple instances of NocoDB behind a load balancer?
Exists some timeline ? For API using scalability is critical.