Tagged Questions
0
votes
2answers
58 views
Optimize Searching Through Rails Database
I'm building a rails project, and I have a database with a set of tables.. each holding between 500k and 1M rows, and i am constantly creating new rows.
By the nature of the project, before each ...