Replies: 1 comment
-
More visible help for queries based on table name - e.g. queries for syslog, queries for specific parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently you have a choice between using built-in queries (or defining your own in YAML) or using exec_query which takes an opaque query string.
The latter is flexibly but you miss out on being able to split the queries and using parameters.
The proposal is to extend exec_query as follows:
split_by
is a parameter AND start and end are supplied it will use those to shard the queryAnother related thing is to simplify add more full-featured queries dynamically (e.g. with param definitions) - these would be added to the query_provider for the duration of the session, maybe also added to pivot functions.
Beta Was this translation helpful? Give feedback.
All reactions