Reduce amount of indexes when using viur-core>=3.6
#14
Labels
bug
Something isn't working
performance
This issue or pull request enhances or criticizes the performance.
Priority: High
After critical issues are fixed, these should be dealt with before any further issues.
Hi!
viur-scriptor currently requires further indexes when used within a project that uses
viur-core>=3.6
. This is because v3.6 comes with the default_order features.The additionally required indexes are:
This seems wrong, as the only required index before was, and still should be enough:
The newly added indexes are required by viur-core>=3.6 projects, but shouldn't!
Therefore, two proposals:
plugin
propertyplugin=True
setting, which will also reduce the amount of requests in the end. Nodes withplugin=True
will be handled differently in this case.The second proposal is the better option.
The text was updated successfully, but these errors were encountered: