Support the ongoing development of Laravel.io →
posted 8 years ago
Architecture
Last updated 2 years ago.
0

It really depends on your circumstances, but if you only have around 5,000 rows in your database, I would just use plain MySQL with javascript ajax calls to your server.

If your ajax requests are processed by Laravel and it's not fast enough for you, you could use Lumen on the server side to respond to them. Alternatively, you can look into using Elastic Search instead of MySQL for pulling entries, but it might be overkill for only 5,000 records.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

amro1001 amro1001 Joined 6 Aug 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.