Hi Pari
For your use-case, having it as part of the rowkey should be a better
design than creating so many columns.
Regards
Skanda
On Tue, Jun 23, 2015 at 6:49 PM, Pariksheet Barapatre
wrote:
> Hello All,
>
> This is more like a HBase question but as I am planning to use Phoenix as
&
-Original Message-
From: "Skanda Prasad"
Sent: 13-06-2014 21:47
To: "user@phoenix.apache.org"
Subject: OOM error
Hi,
When I run a group by query on a data size of approx 50 million records, I'm
getting the below oom error with phoen
.java:291)
at
org.apache.phoenix.iterate.MappedByteBufferSortedQueue.offer(MappedByteBufferSortedQueue.java:58)
... 15 more
Caused by: java.lang.OutOfMemoryError: Map failed
at sun.nio.ch.FileChannelImpl.map0(Native Method)
at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:745)
-skanda