Cookie

This site uses tracking cookies used for marketing and statistics. Privacy Policy

  • Home
  • FAQs
  • Can Nova handle large datasets and complex permissions?

Can Nova handle large datasets and complex permissions?

Yes. For large datasets we use Nova lenses (custom queries that perform well on millions of rows), pagination tuning, indexed search, and Eager loading patterns. For complex permissions we wire Nova policies into Laravel's authorisation system with Spatie Permission, giving granular control per resource, per field, per action. We have shipped Nova panels managing 50 plus resource types with thousands of permissions combinations across multiple user roles.