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.
Poll: What database does your company use?
161–170 of 378 posts
Re: Poll: What database does your company use?
#162You should add the Neo4j ( http://neo4j.org/ ) graph database to the list. Graphs are a much more modern and elegant way of storing relational data. I've used Postgres for over 10 years, but it's not a graph database. With graph databases you don't have to mess with tables or joins -- everything is implicitly joined. And Neo4j is ridiculously sweet -- store 32 billion nodes ( http://blog.neo4j.org/2011/03/neo4j-13-ab…
Re: Poll: What database does your company use?
#163In order of important around here: * Informix * MSSQL * Oracle * MySQL
Re: Poll: What database does your company use?
#164IBM DB2. It's still unmatched for XML support.
What do you think of MarkLogic?
Re: Poll: What database does your company use?
#165Earlier quoted context omitted.
SQLite is so pervasive that I'm pretty sure everyone uses it at some point. It's in client applications, it's used by yum (the package manager found on CentOS/RHEL/Scientific Linux systems), it's part of many web applications, it's part of many spam filtering systems, it's part of Android (maybe iOS, too?), it's basically impossible to avoid it if you're a nerd. Also, it's awesome.
Firefox uses it.
Re: Poll: What database does your company use?
#166In 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?
#167Re: Poll: What database does your company use?
#168We use KDB+ for anything speed-critical - not on the lists, so I voted 'other'