Forgot your password?
typodupeerror

Comment Re:Then what's it called instead of a join? (Score 1) 283

hmm, to use a NoSQL to avoid JOIN? A RDBMS can be designed to avoid joins easily with flat tables or text columns. So far, the only values I see from noSQL solutions is to sacrifice ACID for horizontal scalability to fit the user scenarios where ACID is not that critical. Everything else can be covered by RDBMS easily.

Slashdot Top Deals

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...