I’m beginning to think that my DBIx::Class tables need indices – I have a few expensive queries over multiple joins and I’d like to see if I can optimise them a bit. Is there a way to create and maintain indices on tables within DBIx::Class?
Share
The fine manual says to create an
sqlt_deploy_hookfunction and useadd_indexto create the index; for example: