schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.58k stars 200 forks source link

Few enhancement requests #1452

Closed mxav1111 closed 5 months ago

mxav1111 commented 5 months ago

Feature Request

  1. Can we search the given string in the entire database/schema and have it display schema_name.table_name.column_name and row number (rownum and rowid if oracle? ) containing the string?
  2. crawler begins with some kind of constraint checks etc even though command is dump or quickdump., In case of dump commands, it just needs to dump whatever it can as soon as possible. Not sure exactly what is the need of performing those constraint etc pre-checks. This avoidance of checks can significantly boost performance. Or at least it needs to start dumping and hopefully not have any buffering (or if it is there, it would be great to have it as an option).
  3. If there's an error like an privilege issue or something during crawl, can we have a optional flag to skip/ignore the errors and just keep going?

Thanks for the wonderful tool.

Possible Alternatives

No solution or i couldn't find so far.

Additional Context

No response