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…
Poll: What database does your company use?
321–330 of 378 posts
Re: Poll: What database does your company use?
#322Re: Poll: What database does your company use?
#323In 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.
Re: Poll: What database does your company use?
#324Earlier 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!
Re: Poll: What database does your company use?
#325SQL 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.
Like pg? "I never used Microsoft software" http://www.paulgraham.com/microsoft.html
Re: Poll: What database does your company use?
#326Re: Poll: What database does your company use?
#327Earlier 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!
Re: Poll: What database does your company use?
#328Re: Poll: What database does your company use?
#329Earlier 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
Re: Poll: What database does your company use?
#330SQLite 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 ]