DEV Community

Discussion on: Introduce NoSQL Into Your Legacy LAMP Stack Projects With FireSql

Collapse
 
tarialfaro profile image
Tari R. Alfaro

I think FireSQL would be great for prototyping, and then switching to a actual NoSQL or SQL database.

Collapse
 
joshualjohnson profile image
Joshua Johnson

First off, thank you so much for looking at FireSQL. I think you might be surprised by the performance of FireSQL. Take a look at the demo script.

github.com/ua1-labs/firesql/blob/m...

Run it locally and see what kind of performance you get.

echo $firebug->render();

This code will give you the metrics as these objects get inserted into the database.

Then run github.com/ua1-labs/firesql/blob/m... after you build up a decent amount of records. Look at the firebug panel and see what kind of performance you are getting. You'll definitely be surprised.

Lastly, I agree with you, this solution is not for Enterprise. This is more of a solution for a small to medium sized business who can't support a budget for enterprise level solutions.