Live data from Hacker News

Poll: What database does your company use?

news.ycombinator.com

61–70 of 378 posts

Re: Poll: What database does your company use?

#62
post #42

It's really hard to compare results between both polls. It would be nice if pg added the percentages next to each item, or at least sort them.

Here is a graph of this poll: http://koldfront.dk/misc/hn/database2011/data.png

... and one of the 2010 poll: http://koldfront.dk/misc/hn/database2010/data.png

(Updated every ~4 hours currently; I will be fading out the update rate.)

Re: Poll: What database does your company use?

#63

I'm surprised to see that Oracle even has as many mentions as it does, given how rarely you read about it here on HN. We're locked into it at my workplace, and every time I'm reminded of this PG quote I cringe a little: "The more of an IT flavor the job descriptions had, the less dangerous was the company. The safest kind were the ones that wanted Oracle experience. You never had to worry about those."

Having Oracle as your db doesn't mean that you are not working on interesting problems. Every company is not a startup. Some of us work on well established products used by huge customer base who use Oracle and in turn we are forced to.

Above all, are you helping a customer? solve his problems instead of compounding it - that my friend is more important than choosing Oracle or Mongodb.

Re: Poll: What database does your company use?

#64

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.

Also damn useful when plugged into NHibernate for bringing up test cases using in memory databases for performance.

Re: Poll: What database does your company use?

#68

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.

Love SQLite when doing some Django development. Great to easily scrap the database with a quick `rm` and repopulate with good data.

Re: Poll: What database does your company use?

#69

Legacy apps, Ingres. All sorts of odd little things, SQL Server. Various legacy data processing and newer data warehousing jobs, SAS. New projects, in theory Oracle but there seems to be a degree of resistance. It'd be interesting to see how that pans out but I won't be around there much longer :)

Ingres is underrated, I find it quite ok to work with.
Post reply on HN