Hi

I've a quick question about supercolumns. Say I've a structure like
this (based on the supercolumn family structured mention in WTF is a
SuperColum):

EventRecord = {
    eventKey1: {
        e1-ts1: {set of columns},
        e1-ts2: {set of columns},
        ...
        e1-tsn: {set of columns}
    }, // end row
    eventKey2: {
        e2-ts1: {set of columns},
        e2-ts2: {set of columns},
        ...
        e2-tsn: {set of columns}
    }
    ....
}

If I want to append another "e2-tsp: {set of columns}" to the event
record keyed by eventKey2, do I need to retrieve the entire eventKey2
map, and then append this new row and re-insert eventKey2?

Regards
Arijit


-- 
"And when the night is cloudy,
There is still a light that shines on me,
Shine on until tomorrow, let it be."

Reply via email to