Hi
Code Assistant performs very badly with large databases. It can take 30s for code assistant to populate with our database. Which is fine, except that it doesn't cache anything and so the very next owner/table/function that invokes it takes another 30s. Therefore it must be turned off for us. The database is 2 node RAC running on SSD, so it operates very fast, but does have tens of thousands of object and millions of lines of code.
I would really like to see the code assistant operate in a background thread, and not retrieve the entire database every time it's invoked blocking the main application thread.
Unless someone else has a better idea, or suggestion? My whole team has it turned off and we manually look for things.
Thanks,
Brian
Code Assistant performs very badly with large databases. It can take 30s for code assistant to populate with our database. Which is fine, except that it doesn't cache anything and so the very next owner/table/function that invokes it takes another 30s. Therefore it must be turned off for us. The database is 2 node RAC running on SSD, so it operates very fast, but does have tens of thousands of object and millions of lines of code.
I would really like to see the code assistant operate in a background thread, and not retrieve the entire database every time it's invoked blocking the main application thread.
Unless someone else has a better idea, or suggestion? My whole team has it turned off and we manually look for things.
Thanks,
Brian