Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:hmm - General Purpose DB (Score 1) 381

There's something to be said for using the right tool for the job. A general purpose database will be optimized for the general case, not for your specific problem. Large databases spanning multiple servers, taking extreme traffic, are sufficiently outside the scope of normal database operations, that a custom solution can be the only way to do it.

I suggest:

* figure out exactly what needs to be solved
* check if existing solutions solve it
* if not, then develop a solution (and if you're in Canada, claim IRAP and SR&ED for it ;-) )

Reasons why my suggestion would not always work:

* risk, both financial and project
* skills bias (preference to change the problem to match what skills are available)
* technology bias (preference to change the problem to match a specific technology)
* vendor bias (preference to change the problem to match a specific vendor)

Slashdot Top Deals

"Marriage is like a cage; one sees the birds outside desperate to get in, and those inside desperate to get out." -- Montaigne

Working...