orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Flat view performance improvements #6307

Open obruchez opened 2 months ago

obruchez commented 2 months ago

Following #1069, we should investigate how performances with flat views, especially flat views with repeated sections/grids, can be improved.

Generic XML indexes sound like a good start. Materialized views could be another way to improve performances, but we should check that standard views can be adapted to materialized views without additional constraints.

Materialized views

Generic XML indexes

Functional indexes

For databases that don't support generic XML indexes (PostgreSQL and MySQL), function indexes could be used, although they would probably not help for repeated sections/grids.