-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
While doing some debugging I found that a query that should have been 100% cached still took 17ms (everything on localhost, so no network overhead). A 100% cached query usually takes <=1ms on my machine so this was quite surprising.
Implement a system that allows the programmer to get a more detailed understanding of how queries are answered. This system should only be active on debug builds.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request