Why some queries don't appear in Vertica's query history
After running an ETL process, the jobs' query didn't appear in the query_profiles or the query_requests catalog. What happened? Proof that the query ran are the vsql (called via shell script files) output log files that contain results of the query. How can we ensure that the queries get logged to the catalog tables for monitoring? Thanks.
0
Comments
What user are you querying the query_profiles or the query_requests as? The ETL user? Admin user?
Note that user's can only see their own queries in those tables;
Example:
Use JIM can see his query:
But user DAVE cannot see JIM's query: