This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Add query meta #71
Closed
Description
For testing and debugging purposes, we need more information about a query execution
I suggest at least add:
- Used indexes/warnings that indexes were not used
- Exec time
- Number of retrived objects
- Number of returned objects
- Number of lookups
Until we do not have strict vision of how it should look like, I suggest add this information in any free form (at least text description, or raw data (index structures themselve)).