Live data from Hacker News

Poll: What database does your company use?

news.ycombinator.com

321–330 of 378 posts

Re: Poll: What database does your company use?

#321
post #145

Is it possible HN has a very strong bias on web developers? Because in "serious business" or at least in my case in finance, you almost always find Oracle and DB2 being the leading DBs and maybe Sybase and maybe-maybe mysql or mssql but hardly ever postgre no matter how awesome it is and definitely never-ever something hip and cool and latest-fashion/fad like Mongo or Couch.

HN does have a strong web developer bias. Afaik I know most major massively multiplayer online games (like World of Warcraft for example) use Oracle. I worked on a game a few years ago that started with MySQL, and switched over to Oracle during development. This is probably only true in larger high budget games though. Social games and f2p games probably use MySQL (or NoSQL) databases because there is a lot more over…

Eve online uses mssql, however it is no longer their primary bottleneck from what I've read on the dev blogs in the last few years.

Re: Poll: What database does your company use?

#323
post #98

In order of important around here: * Informix * MSSQL * Oracle * MySQL

We use Informix too! Well, our customers do. Thought we were a dying breed. Surprised to see it mentioned here twice. We use Postgres and MySQL too.

We/Our customers also use informix. We also use postgres a little bit too. The company was a startup about 15 years ago. Actually, looking at your past comments, looks like we may work at the same company.

Re: Poll: What database does your company use?

#324

Earlier quoted context omitted.

So does Chrome. Actually, this comes in handy: http://sqlite.org/famous.html

Ouch, Php got a mention, but they snubbed Rails, despite the fact that it comes bundled ... DHH won't like that one bit!

Probably couldn't use the Rails logo because of stupid trademarking, so they left it off.

Re: Poll: What database does your company use?

#325
post #90

SQL Server unfortunately. I was reminded why I hate it today when I was trying to set up a simple remote connection to the instance running on my new Windows 7 machine. TCP/IP enabled, IPv4 addresses activated and enabled, remote connections enabled, firewall disabled (for now), and it still didn't work! I tried introducing MySQL over a year ago only to have some hilarious emails with a senior programmer about how we…

> but some people don't consider anything not made by Microsoft worth using. Also some people don't consider anything made by Microsoft worth using. Perhaps your senior programmer did fall into the former category, I don't know. However, you should take care not to fall into the latter.

> you should take care not to fall into the latter

Like pg? "I never used Microsoft software" http://www.paulgraham.com/microsoft.html

Re: Poll: What database does your company use?

#326
post #177
post #70

Riak! We're ( http://bu.mp ) using more Riak every day. So far so good.

I haven't had a chance to use Riak in a production application yet but am definitely looking for the first possible excuse to use it.

We're using it in production and loving it.

Re: Poll: What database does your company use?

#327

Earlier quoted context omitted.

So does Chrome. Actually, this comes in handy: http://sqlite.org/famous.html

Ouch, Php got a mention, but they snubbed Rails, despite the fact that it comes bundled ... DHH won't like that one bit!

Rails doesn't bundle sqlite3, just lists it as a default dependency for new projects.

Re: Poll: What database does your company use?

#329

Earlier quoted context omitted.

The sarcasm was perhaps a little mean but he has a point. If a flat text file storing JSON could replace your database, then you probably never needed a DB in the first place.

Lots of people use full blown rdbms's when they dont need to (see blogs), its not a silly point and the sarcasm was unwarranted

Sarcasm is never unwarranted.

Re: Poll: What database does your company use?

#330
post #83

SQLite all over the place – it's great having a super portable DB format for quick little hits. There's nothing quite like sending a DB as an email attachment.

For me JSON has replaced SQLLite, with a large reduction in code and complexity. [ Admittedly I've written my own routines to access it more simply/directly on iOS ]

Because JSON is well known for its ACID compliance.
Post reply on HN