Tagged Questions

VLDB is the acronym for very large database (>1TByte of data)

learn more… | top users | synonyms

19
votes
8answers
9k views

20 Billion Rows/Month - Hbase / Hive / Greenplum / What?

I'd like to use your wisdom for picking up the right solution for a data-warehouse system. Here are some details to better understand the problem: Data is organized in a star schema structure with ...
4
votes
3answers
3k views

Vertica vs Aster Data vs Greenplum vs Netezza vs Teradata

If you have evaluated any of these databases, please tell me why you prefer one or the other. Also any online references would be great. I am having hard time finding any good comparison between them. ...
2
votes
3answers
85 views

Optimize Oracle 11g Procedure

I have a procedure to find the first, last, max and min prices for a series of transactions in a very large table which is organized by date, object name, and a code. I also need the sum of quantities ...
2
votes
3answers
577 views

Recommendations for TimeSeries db

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

Performance for RBAR vs. set-based processing with varying transactional sizes

It is conventional wisdom that set based processing of tables should always be preferred over RBAR - especially when the tables grow larger and/or you need to update many rows. But does that always ...
1
vote
1answer
322 views

How to use visual leak detecter ( vld ) for com/atl dll projects?

I included vld.h file in my activex dll project. when i try to compile my project from visual studio 2008.I am getting the following error, 1>Registering output... 1>Project : error PRJ0050: Failed ...
0
votes
0answers
13 views

Backup VLDB replicated database in SQL Server? [migrated]

I have a problem with my backup strategy. Currently I'm doing a Full Backup every night and Tlog every 2 hours to TAPE. This used to work without problems, but the size of the DB is almost 2TB and ...
0
votes
3answers
183 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
144 views

Impact of ALTERING column in enormous table NOT NULL to NULL

SQL Server 2005: 240 million row table. Column requirements changing from NOT NULL to NULL. Generally bad practice (and often impossible) to use ALTER statements when dealing with tables this big, ...
0
votes
1answer
828 views

SQL Server Automatic Partitioning of Large Database Tables

I am dealing with database tables with tens of millions of rows (with the potential to go to the hundreds of millions over time), and am looking at implementing database partitioning to try to keep ...
0
votes
1answer
527 views

SQL Server What size is VLDB

Is it 1TB minimum or is it 2? My current client has sub 1 TB and I wanted to know if I write that they are on the verge of a re-classification due to their size they should consider these BOATLOAD of ...