- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
They should have used APDB, that way they didn't have to reimplement their whole persistence layer from scratch.
It's been released since 2010-04-01 <!-- the real deal -->and yet they didn't hear about it.
Admin
Admin
Yay Visual Basic?
Admin
Pff. Amateurs. Why don't they keep up with the latest technologies?
Admin
Lightning fast execution is a noble and lofty goal, but hacking your entire system to try to work like a large database without an actual database is the sort of thing that it would take an entire development team and an obscene amount of high-powered hardware to accomplish.
Admin
Rules of optimization:
Admin
Your rules of optimization directly contradict the rules of enterprisiness:
Admin
Admin
Admin
:wtf: Not even proper
On Error Resume Next
?Admin
When Rich blinked and backed away, he should have done what I do in Kingsmouth (The Secret World survival horror zone) when I back away from something. That something is usually a group of flesh-eating zombies that I've interrupted. I back away while letting rip with, uncharacteristically(1), a large ugly shotgun. For the next zone, I need a larger, uglier one.
(1) I haven't yet found a GAU-8 in-game, much less one they'll let me carry around and use.
Admin
Admin
Admin
"Gurus" like this do have 2 actual skills in abundance:
Admin
Admin
The idea that execution speed is the most important aspect of a database is what got us MySQL.
Admin
Yeah, but it's pretty obvious that the DB and IO are going to be the bottlenecks for lots of applications. Especially if you have experience the domain. So why waste months writing against a platform you know will unacceptably slow?
Admin
So instead waste months writing something even slower, except you don't know until it's done?