© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sergio
Web Developer & curious mind
Maybe this can help you if have a lot of data
:D srsly ? hadoop ? for 5 Million rows ? just because we can ? :D
Well it's only a suggestion to take a look for others options. I don't say necessarily need to implement all of this
j
stuff ;)
valid point :) Still I would go for databases before using a distributed cluster system. This is basically shooting A-Bombs on a fly.
Yes, me too. First of all i think i go with Elastic maybe, for a begining :)
I totally agree esp if it's about searching / filtering :). maybe using mysql as write and elastic as read source. so i have a consistent storage and a good search engine in front of it :)
Yes, with a CQRS this is the best approach I think to start, make the read and write totally independent and make Elastic for the projections :)