[13:49:19] <OnceMe> would you use nosql or mysql? pros/cons?
[13:49:52] <OnceMe> I want to be able to scale horizontally easily in the future, but I dont see what I lose if I go with nosql?
[17:09:04] <macwinner> is it true that if you have a compound index, any query that contains at least the first property of the index will then use the index? for example if you index is foo_1_bar_1_x_1_y_1, as long as foo is part of your query, you will use the index?