Member • Jun 23, 2016
Autocomplete With Remote Data Sourced From Plain File Vs Database
- Source the data from a plain file - either plain text or maybe json
- Source data from database (MySQL)
However, there's another thought that a properly indexed database can outperform approach #1.
I wish to know if anyone's faced similar situation and what was the optimum solution. How does the efficiency get affected when the number of records is say 50K or 100K?