If a set of queries share prefixes, the per-page prefix management is very nice. I have a database which has a diverse set of data so there are quite a lot of data-specific prefixes but only some apply to each query.
Instead of including all the default prefixes, two possibilities occurred to me:
If the query already has PREFIX don't add the default set.
Optionally allow prefixes; per query to replace the page-global default set.
If a set of queries share prefixes, the per-page prefix management is very nice. I have a database which has a diverse set of data so there are quite a lot of data-specific prefixes but only some apply to each query.
Instead of including all the default prefixes, two possibilities occurred to me:
PREFIX
don't add the default set.prefixes;
per query to replace the page-global default set.