Tagged Questions
-1
votes
1answer
219 views
Database for an application similar to Chatroulette
I am making an app that is similar to Chatroulette.
When a user starts the app it finds someone that is not currently talking to anyone and have them talk to each other. At any point a user could ...
3
votes
2answers
379 views
Scalable DBaaS that can scale to hundreds of terabytes with easy backup and restore
I've gone over many DBaaS solutions, including Xeround (limited to 50G, in memory), NuoDB (currently in beta 7), DrawnToScale (not out yet), MongoDB (in memory), RavenDB (for ASP.NET, but NoSQL) and ...
0
votes
2answers
747 views
How to manage a huge database?
We are building a service witch require a huge database. We are actually planning on getting more than 100 millions rows in our biggest table.
So, what are the best options to store all this data in ...
3
votes
2answers
164 views
Which database system can break me free?
I am currently running a MySQL Database for logging and analyzing those logs.
My current table schema looks like this:
CREATE TABLE `mylogs` (
`transfer_id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT ...
3
votes
2answers
161 views
Database choices for big data
I have many text files, their total size is about 300GB ~ 400GB. They are all in this format
key1 value_a
key1 value_b
key1 value_c
key2 value_d
key3 value_e
....
each line is composed by a key and ...
1
vote
2answers
247 views
MySQL statement in Project Voldemort site
I've just entered Project Voldemort (a NoSQL key-value datastore) site, and saw something interesting:
"Unlike MySQL replication, both reads and writes scale horizontally"
Well, seems like ...
4
votes
1answer
477 views
What are your use-cases for HandlerSocket?
There's a bit of hype around: HandlerSocket
It seems like faster, nosql access to MySQL data is becoming more desirable. Percona Server is now shipping with HandlerSocket built in.
My question is, ...