Insights - Table keyspace/schema column and search filtering
It is now easier to find queries that reference tables within a particular Vitess keyspace or PostgreSQL schema, regardless of the keyspace that was associated with the database connection that issued the original query.
- For Vitess databases, the Table keyspace column and
table_keyspace:search term can be used to view and search for queries that reference tables contained within a particular keyspace. - For PostgreSQL databases, the Table schema column and
table_schema:search term can be used to view and search for queries that reference tables contained within a particulardatabase.schema.

More details about these columns and search terms can be found in the Query Insights for Vitess and Query Insights for Postgres documentation.