1 min readMay 29, 2020
Thank you, Matthew. Technically there are no limitations, since under the hood we use Postgres with plain old tables that can handle millions of records. The problem is UI so far, we have to make it fast enough to work with 100K records. So far UI can be not so fast with 10K records, but we will definitely fix it using paging/virtualization/cache.