I am going to be doing some work on an app that I already run, and I will be storing some of the queries it creates and over time I expect it to get VERY large. However, I still think there will be plenty of room in a normal MySQL server.
So the real question I have is, should I try and make it do mongodb?
Some info on the data:
Not important and can be lost in small amounts
Lots and lots of entries with multiple fields being the same.
Small size of entries, in total each line may contain 500 characters max.
Lots and lots of adds and reads, though very little updates.
Would like the data to be scalable (multiple machines asking and adding data, not so much redundant)
Thanks for everyones input that will or wont come
Mun
So the real question I have is, should I try and make it do mongodb?
Some info on the data:
Not important and can be lost in small amounts
Lots and lots of entries with multiple fields being the same.
Small size of entries, in total each line may contain 500 characters max.
Lots and lots of adds and reads, though very little updates.
Would like the data to be scalable (multiple machines asking and adding data, not so much redundant)
Thanks for everyones input that will or wont come
Mun