java - Asking the db engine to suggest index creation/deletion -


is there way query db suggest index creation/index deletion improve performance of db system?

we understand dba can manually view trace files create/drop indices can write java program queries db engine suggest same automatically.

or open source tools can check out perform same automatically.

thx.

well there's no standard jdbc way this. there may specific driver implementations specific dbs allow explain query (trace use of indexes), etc. there's no one-size fits answer here.

in general lean saying no.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -