-
|
Hi, However, it would be more convenient to use the same key_id for multiple queries. This approach allows for easier investigation and provides the option to check the source tables or load the queries with a single command: Currently, this is not feasible due to limitations as indicated by the following warning message: I'm inquiring if there's a possibility to allow multiple queries under the same Or provide an option to manage several keys. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
There are two ways in which you can do what you want. Firstly, to compare 2 queries we have now created a new class Secondly, if you want to add more queries to a key_id/schema that you have already stored, you can use the For example: Hope that helps! Umar |
Beta Was this translation helpful? Give feedback.
-
|
As it seems to work, I'll close this discussion. |
Beta Was this translation helpful? Give feedback.


There are two ways in which you can do what you want.
Firstly, to compare 2 queries we have now created a new class
QueryProfilerComparisonusing which you can input any two queries and compare them in a side-by-side view. Please look atVerticaPy/verticapy/performance/vertica/qprof_interface.py
Line 997 in ace4e19
Secondly, if you want to add more queries to a key_id/schema that you have already stored, you can use the
insertcommand.For example: