Philippe Malera
Member²
When I search a text only in :
- Functions
- Procedures
- Package Specifications
- Package Bodies
- Type Specifications
- Type Bodies
- Triggers
No search in Tables or Views, only current schema.
It takes about 6 minutes to display 5 matching topic.
The same search on Toad take about 3 seconds to display (same filters). Means 120 times faster.
In an sql window, I run manually my text search in object sources, it takes about 2 seconds.
- SELECT DISTINCT type, name FROM user_source WHERE LOWER(text) LIKE '%hello world%';
Actually we are keeping a Toad license only for that feature.
Is there a chance to improve that feature in a next release ?
- Functions
- Procedures
- Package Specifications
- Package Bodies
- Type Specifications
- Type Bodies
- Triggers
No search in Tables or Views, only current schema.
It takes about 6 minutes to display 5 matching topic.
The same search on Toad take about 3 seconds to display (same filters). Means 120 times faster.
In an sql window, I run manually my text search in object sources, it takes about 2 seconds.
- SELECT DISTINCT type, name FROM user_source WHERE LOWER(text) LIKE '%hello world%';
Actually we are keeping a Toad license only for that feature.
Is there a chance to improve that feature in a next release ?