No, there will be deletes and inserts in the middle. But I can assume that the index will only grow. There will be few deletes.
On Tue, Jun 8, 2010 at 7:04 PM, Tatu Saloranta <[email protected]> wrote: > On Tue, Jun 8, 2010 at 1:28 AM, David Boxenhorn <[email protected]> wrote: > > As I said above, I was wondering if I could come up with a robust > algorithm, > > e.g. creating the new super columns and then attaching them at the end, > > which will not FUBAR my index if it fails. > > > > Is this append-only? That is, never delete or insert in the middle? If > so, it might be easier to build something like this. > > -+ Tatu +- >
