by il on 6/4/14, 5:11 PM with 36 comments
by danmaz74 on 6/4/14, 6:09 PM
by ddorian43 on 6/4/14, 6:49 PM
https://www.monetdb.org/content/citusdb-postgresql-column-st...
by Alex3917 on 6/4/14, 6:27 PM
by techscruggs on 6/4/14, 6:08 PM
by fletchowns on 6/4/14, 6:55 PM
My use case is essentially a cross-database JOIN that I've been using MySQL & temp tables to accomplish. For example, give me the sum of column x if column y is any one of these 50,000 values from a separate system. So load the 50,000 values into a temp table and then do a JOIN. Performance isn't that great and it uses a ton of disk space so I wanted to try using a columnar store.
by dharbin on 6/4/14, 6:13 PM
by rustyconover on 6/5/14, 3:51 AM
If the benchmark can be run without changes on Redshift would be my first question. There are some interesting differences that Redshift has rather than just being a columnar PostgreSQL protocol-speaking database. But if its possible, I'd be very interested to see the results.
by klreierson on 6/5/14, 12:11 AM
by mixologic on 6/4/14, 7:17 PM
by dougmccune on 6/4/14, 9:34 PM