You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the author wrote Hint: You should add a database index on messages.created_at., which I've tried but performance is still very very slow right now.
Maybe i'm misunderstanding it. I'm suppose to add :created_at index to the messages database table, right?
Example: add_index(:messages, :created_at)
The text was updated successfully, but these errors were encountered:
I saw the author wrote
Hint: You should add a database index on messages.created_at.
, which I've tried but performance is still very very slow right now.Maybe i'm misunderstanding it. I'm suppose to add
:created_at
index to themessages
database table, right?Example:
add_index(:messages, :created_at)
The text was updated successfully, but these errors were encountered: