Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
7answers
5k views

Recommendations for column-oriented database [closed]

I've found databases typically come in two flavors, your traditional row-oriented RDBMS or an object oriented database (OODBMS). However, in the mid 90s I remember, a new breed of databases showing ...
6
votes
3answers
1k views

What's the difference been NoSQL and a Column-Oriented database?

The more I read about NoSQL, the more it begins to sound like a column oriented database to me. What's the difference between NoSQL (e.g. CouchDB, Cassandra, MongoDB) and a column oriented database ...
3
votes
4answers
350 views

Converting to a column oriented array in Java

Although I have Java in the title, this could be for any OO language. I'd like to know a few new ideas to improve the performance of something I'm trying to do. I have a method that is constantly ...
2
votes
1answer
246 views

Sequential Row IDs in Column Oriented DBs (HBase, Cassandra)?

I've seen two contradictory pieces of advice when it comes to designing row IDs in HBase, (specifically, but I think it applies to Cassandra as well.) Group keys that you'll be aggregating together ...
2
votes
3answers
574 views

Recommendations for TimeSeries db

preferably open source for storing tick info.
1
vote
1answer
250 views

Mixing column and row oriented databases?

I am currently trying to improve the performance of a web application. The goal of the application is to provide (real time) analytics. We have a database model that is similiar to a star schema, few ...
0
votes
1answer
173 views

Is it worth trying MonetDB?

Has anyone had any experience with MonetDB? Currently, I have a MySQL database that is growing too large, and queries are getting too slow. According to column-oriented paradigm, insertions will be ...
0
votes
3answers
182 views

Column store on top of hadoop?

Is there a column store similar to Vertica that is built on top of Hadoop.. I am not talking about HBase as it is sparse matrix store and can not get the level of compression that can be achieved by ...
0
votes
3answers
124 views

Is there any different between a Column-oriented DBMS and RDBMS when designing a database schema?

Is there any different between these two kind of database? If yes, what is the different? Thank you.
0
votes
2answers
204 views

Unsigned integer datatype in column-oriented DBMS

I have checked different column-oriented database systems such as InfiniDB, InfobrightDB and MonetDB. None of them support unsigned integers as a data storage type. Why? One solution is to store all 4 ...
0
votes
1answer
321 views

MySQL: Will a column-oriented engine be available in MySQL 5.5?

Will a column-oriented storage engine (e.g. InfiniDB) be available in the core release of MySQL 5.5? Meaning, not as a plugin but available with the core MySQL 5.5 bundle.