Most folks know they can filter their list of Tables.
But did you know you can set a global filter across your entire connection?
It’s pretty basic, but also pretty powerful:
So how would this be useful?
Maybe for your project or program module, you have all of the objects starting with the same prefix. You can now filter your database objects to just that module or application feature.
These are database side filters – as in – we’re adding and OBJECT_NAME LIKE ‘BEE%’ to the queries used to populate the tree.
You can see this for yourself with thew new Statements log in version 4.1:
Each connection can have it’s own filter.
Our Schema Browser has a similar feature – but it’s client-side
It’s always nice to have choices…