The greenplum tag has no wiki summary.
19
votes
8answers
10k 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
219 views
rodbc character encoding error with PostgreSQL
I'm getting a new error which I've never gotten before when connecting from R to a GreenPlum PostgreSQL database using RODBC. I've gotten the error using both EMACS/ESS and RStudio, and the RODBC call ...
3
votes
6answers
842 views
Greenplum vs PostgreSQL
What are the arguments for and against using Greenplum instead of PostgreSQL in a webapp (django) environment?
My gut reaction is to prefer PostgreSQL's open-source approach and huge knowledgebase.
...
2
votes
4answers
262 views
Advantages of databases like Greenplum or Vertica compared to MongoDB or Cassandra
I am currently working in a few projects with MongoDB and Apache Cassandra respectively. I am also using Solr a lot and I am handling "lots" of data with them (approx. 1-2TB). I've heard of Greenplum ...
2
votes
2answers
120 views
Fastest way to see what unique dates are in a table's timestamp field?
I have a table with billions of rows. There are daily partitions on the "recorded" field, which is a "timestamp without time zone." I want to know which days are currently in the table. I know I could ...
1
vote
4answers
296 views
Why do Column oriented databases such as Vertica/InfoBright/GreenPlum make a fuss of Hadoop?
What is the point in feeding an Hadoop cluster and using that cluster to feed data into a Vertica/InfoBright datawarehouse ?
All thse vendor keep saying "we can connect with Hadoop", but I don't ...
1
vote
2answers
114 views
Greenplum data distribution among segments
I have a green plum database, in which I have 10 segments reflecting the 10 hard disks. My table is divided into primary partition based on date and secondary partition based on hash id. So for a ...
1
vote
1answer
415 views
Greenplum: Functions that execute SQL statements from the segDBs are not yet supported
I get this error when I try to call a function from an Insert Trigger set on one of my tables in the SNE GP Edition:
ERROR: Functions that execute SQL statements from the segDBs are not yet ...
0
votes
3answers
93 views
How to use a SQL window function to calculate a percentage of an aggregate
I need to calculate percentages of various dimensions in a table. I'd like to simplify things by using window functions to calculate the denominator, however I am having an issue because the numerator ...
0
votes
1answer
98 views
greenplum partition optimization
On greenplum, I have a big table called fact_table which is partitioned by RANGE(day_bucket). Why is so slow for the following query:
select max(day_bucket) from fact_table where day_bucket >= ...
0
votes
1answer
129 views
SAS/ACCESS & client encoding for Greenplum (PostgreSQL)
am trying to find a way to instruct ODBC drivers - Datadirect ODBC to use win1251 for client session.
There are for ways mentioned in USer Guide:
Using the \encoding command in psql, which allows ...
0
votes
1answer
34 views
Article on running greenplum on Ramdisk
Where can I find good articles on running Greenplum on Ramdisk? There are lot of artciles related to running postgres in Ramdisk, But I could not find for Greenplum. Can somebody help?
0
votes
1answer
52 views
Redirecting Green Plum COPY Errors to a file
The COPY command in the Green plum,can log the errors in to an error table. Is there any way where I can log these errors in a file.
Thanks
Ganesh.R
0
votes
1answer
54 views
Greenplum COPY not filtering duplicate entries
I have a problem loading contents to the green plum table using COPY command. What i have is three column table lets say A , B , C and the table should not entertain duplicate elements. So i have made ...
0
votes
2answers
94 views
Greenplum indexing not used on query
I have created a table T , which has an index created on a column C (btree index) , but when i run the select query this index is not being used.
Ex:
Explain select * from T where C='xxx'
This ...
0
votes
1answer
126 views
Anyone ever used GreenPlum? [closed]
Not sure this is the right place to ask about it, but is there anyone with any knowledge about Greenplum For big data?
I have been researching about DBMS for handling large data, in my case, a ...
0
votes
0answers
149 views
postgresql / greenplum parameter binding on jdbc, why does it think its a column name?
I have a query that looks something like this:
SELECT A.A, A.B, B.A, B.C, B.D
FROM tableone A, tabletwo B
WHERE A.A = B.A
AND B.C = :p_name
When the param :p_name is set to FOO I get an error like ...
0
votes
3answers
204 views
Transferring data from a DB2 DB to a greenplum DB
My company has decided to implement a datamart using [Greenplum] and I have the task of figuring out how to go on about it. A ballpark figure of the amount of data to be transferred from the existing ...
0
votes
0answers
164 views
A Greenplum issue [closed]
I have installed GreenPlum Database in vmware workstation with 1 Master host
and 2 segments host. I can execute create table, create database, insert sql statements, but when I execute select SQL, it ...
0
votes
1answer
189 views
ERROR: Segment connection failed: allocateWriterGang attempted to return a bad gang. (cdbgang.c:2591)
Using Greenplum database version 3.2.3 on Solaris.
Step 1. Create a table.
CREATE TABLE ivdb.OPTION_PRICE (
SecurityID integer NOT NULL,
Date timestamp NOT NULL,
Root char(5) NOT NULL,
...
-1
votes
1answer
55 views
Greenplum - Informatica PowerExchange [closed]
How does GPLOAD in Greenplum works with Informatica PWX connectors?