Q: NoCodeBackend vs others
Hello, I would like to have some information about NoCodeBackend.
1 - I would like to know the limit of rows not to exceed in order not to slow down communication with an application. For example, google sheet is very limited, from 5000 rows everything is very slow. On Supabase, everything is very fast, even with 70,000 rows. What about NoCodeBackend?
2 - Is it possible to access and modify data directly in NocoBackend, displaying it in ‘table’ mode directly in your tool (as is the case with supabase, airtable, Retable or Aitable?
3 - What is the difference between Database and Table?
Have a great day.
Riya_NoCodeBackend
Nov 21, 2024A: Hi,
1. We are using MySQL db in the backend, and it can handle more than 100k+ rows without any issues. We don't foresee any slowness till 100k rows.
2. We are more of an API generator tool rather than a db manager. You can setup a db, and can get API's to call your db. Then you can use these APIs inside your actual application to work with data. But we do have plans to launch a 'Database Preview' feature where you can interact with your database directly.
3. A database is an entire collection of tables.
Thanks