Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve sorting performance #22

Open
koenedaele opened this issue Jan 10, 2016 · 0 comments
Open

Improve sorting performance #22

koenedaele opened this issue Jan 10, 2016 · 0 comments

Comments

@koenedaele
Copy link
Member

Currently sorting is done in memory after the resultset has been determined. Mainly because sorting on label is language dependent and not so easy to capture in SQL. On the other hand, sorting on id and uri could be handled quite easily in SQL. But it would complicate the logic in the SQLAlchemyProvider itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant