How can I index a column in the retool DB?

  • Goal: Speed up my queries by indexing heavily read and filtered columns.

Where can I dictate what to index?

Hi @agam
See this post to connect an IDE to your Retool DB then you should be able to create index on a table

Hi @agam,
You can follow instructions here to access your retool database connection strings. Once you have that, you can connect to your database to add indexes.

2 Likes

You can also add indexes to the RetoolDB tables from a SQL mode RetoolDB query in a Retool app as well.