gorm - Indexing in many to many relationship grails -


i have 2 domains class , class b many many relationship. performance tuning want add indexes in a_id,b_id columns of table a_b(table produced grails). fyi have added indexes query.

it looks you'll need create index within database itself. if there option index join table it'd in jointable(), it's not there.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -