Poll: What databases does your company use?
51–60 of 84 posts
List is missing Sybase.
Re: Poll: What databases does your company use?
#52Re: Poll: What databases does your company use?
#53MySQL, memcached, and a custom pure-memory database that stores volatile real time data.
Re: Poll: What databases does your company use?
#54Mysql
Re: Poll: What databases does your company use?
#55We use ElasticSearch and Solr for search heavy applications.
Re: Poll: What databases does your company use?
#56We are also using NuoDB.. which is pretty cool.
Re: Poll: What databases does your company use?
#57OWLIM-se
Its a RDF/sparql database
Re: Poll: What databases does your company use?
#58Amazon DynamoDB
Question, how do you run your dev environment? Are you running in on AWS too and have a separate DynamoDB setup?
There are 2 options which I use(d) when developing/deploying DynamoDB:
- Have a separate (sub)account for dev/test/... in which you create your tables. Since one of the latest changes to their policy you are now able to configure the lowest read/write capacity possible: 1/1
- Join everything under one account but prefix your tables with dev_, test_, prod_*
I prefer the former as it enables me to have the dev/test env as similar as possible to the prod environment: same naming, and both env's are separated, when one gets compromised at least the other one doesn't suffer. Security rules are also easier as you don't have to create per-table rules, when you want to lock out some team-members from production tables, but not dev/test tables.
Re: Poll: What databases does your company use?
#59MySQL via AmazonRDS and Postgres via Heroku. Depends on the project.
Re: Poll: What databases does your company use?
#60We're in the process of moving our analytics from MySQL to Infobright (Community Edition).
We also use/support ICE at SnowPlow.