On Thu, May 10, 2012 at 9:05 PM, aaron morton wrote:
> Kewl.
>
> I'd be interested to know what you come up with.
>
Hi,
it's taken some thought, however we know have a data model that we like and
it does indeed make our major concerns non-existent ;-) So I thought I'd
explain it in case someone
On Thu, May 10, 2012 at 9:05 PM, aaron morton wrote:
> Kewl.
>
> I'd be interested to know what you come up with.
>
Sure - I'll post details once we have them nailed down. I suspect that it
will be 'obvious in hindsight', I'm still suffering from RDBMS brain -
which is interesting becuse i am no
Kewl.
I'd be interested to know what you come up with.
Cheers
-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 10/05/2012, at 3:03 PM, Franc Carter wrote:
>
>
> On Tue, May 8, 2012 at 8:21 PM, Franc Carter
> wrote:
> On Tue, May 8, 2012 at 8
On Tue, May 8, 2012 at 8:21 PM, Franc Carter wrote:
> On Tue, May 8, 2012 at 8:09 PM, aaron morton wrote:
>
>> Can you store the corrections in a separate CF?
>>
>
We sat down and thought about this harder - it looks like a good solution
for us that may makel other hard problems go away - thanks.
On Tue, May 8, 2012 at 8:09 PM, aaron morton wrote:
> Can you store the corrections in a separate CF?
>
Yes, I thought of that, but that turns on read in to two ;-(
>
> When the client reads the key, reads from the original the corrects CF at
> the same time. Apply the correction only on the cl
Can you store the corrections in a separate CF?
When the client reads the key, reads from the original the corrects CF at the
same time. Apply the correction only on the client side.
When you have confirmed the ingest has completed, run a background jobs to
apply the corrections, store the up
Hi,
I'm wondering if there is a common 'pattern' to address a scenario we will
have to deal with.
We will be storing a set of Column/Value pairs per Key where the
Column/Values are read from a set of files that we download regularly. We
need the loading to be resilient and we can receive correcti