-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
Batch Query Executor #933
Batch Query Executor #933
Conversation
The batch executor is now in. We should make the executor a lot more efficient. We could cache a lot and avoid rewriting to many times the incoming query. We also have to add a lot more tests to cover all cases. Especially when exporting objects or lists. |
The question remains... should we alow |
The batch executor is now integrated into the post middleware ... |
Fixes #695