Hi All,
I am going to build a system with 2k users and Data will be lakhs of records with multiple table.will it affect the System Performanace??
Hi All,
I am going to build a system with 2k users and Data will be lakhs of records with multiple table.will it affect the System Performanace??
Hi Pradeep,
Yes, the Frappe Framework can handle 2k users and large datasets if it’s properly optimized. You’ll need to ensure good infrastructure (like load-balanced servers, caching with Redis, optimized MariaDB setup, and possibly using a separate DB server). Also, optimize your DocTypes, queries, and indexes to maintain performance as data grows.