Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Add tools to support query optimization #107

Open
tylerwilding-wk opened this issue Jul 29, 2019 · 0 comments
Open

Add tools to support query optimization #107

tylerwilding-wk opened this issue Jul 29, 2019 · 0 comments

Comments

@tylerwilding-wk
Copy link
Contributor

It would be great if there was a way to inspect the shape of data and its relationships in eva (to help guide how the query should be written to traverse efficiently) or a way to inspect the stages between each query clause (i.e., a way to see we're using a very general clause first, filtering almost nothing and causing poor performance). Essentially: anything to help guide query optimization."

Essentially something similar to https://github.com/dwhjames/datomic-q-explain
Another useful tool might be to show the query and inputs for slow-running queries.

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

No branches or pull requests

1 participant