I'm trying to run SQL simple direct SELECT query on SQL Workbench (Attaching Images). (Using Vertica 11)
The results are returned but status in bottom left corner displays Retrieving Column Remarks... and takes almost 2 min to finish. During the "Retrieving column remarks" I cannot edit the SQL script on page.
Tried to Google for solutions.
Looks to me it depends on some system related command.
Usually the query should take 1 sec to return results.

The
"Retrieving Column Remarks"message in SQL Workbench indicates that the tool is retrieving the comments that have been defined for the columns in the table that you are querying. This can be a time-consuming process, especially if there are a lot of columns or if the comments are long.There are a few things you can do to speed up the process: