mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 04:26:38 +00:00
perf: faster count estimation (#46550)
These count queries themselves take quite a long time. `estimate_count`
uses info_schema stats to guess the time.
Co-authored-by: Nabin Hait <nabinhait@gmail.com>
(cherry picked from commit e47a87839b)
Co-authored-by: Ankush Menat <ankush@frappe.io>
Inventory management module.