Since I was just fiddling around with sst2json: if you have row level
deletes you might get problems since row level deletion info is not
exported in at least 1.0.
But if you're not using those you might be fine.
Віталій Тимчишин wrote:
I suppose the way is to convert all SST to json, then i
On Thu, Sep 27, 2012 at 2:46 AM, Віталій Тимчишин wrote:
> I suppose the way is to convert all SST to json, then install previous
> version, convert back and load
Only files flushed in the new version will need to be dumped/reloaded.
Files which have not been scrubbed/upgraded (ie, have the 1.0
I suppose the way is to convert all SST to json, then install previous
version, convert back and load
2012/9/24 Arend-Jan Wijtzes
> On Thu, Sep 20, 2012 at 10:13:49AM +1200, aaron morton wrote:
> > No.
> > They use different minor file versions which are not backwards
> compatible.
>
> Thanks Aa
We have paid tool capable of downgrading cassandra 1.2, 1.1, 1.0, 0.8.
No.
Versions are capable of reading previous file formats, but can only create
files in the current format.
File formats are listed here
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/io/sstable/Descriptor.java#L52
> Looking for a way to make this work.
I'd sugg
On Thu, Sep 20, 2012 at 10:13:49AM +1200, aaron morton wrote:
> No.
> They use different minor file versions which are not backwards compatible.
Thanks Aaron.
Is upgradesstables capable of downgrading the files to 1.0.8?
Looking for a way to make this work.
Regards,
Arend-Jan
> On 18/09/2012
No.
They use different minor file versions which are not backwards compatible.
Cheers
-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 18/09/2012, at 11:18 PM, Arend-Jan Wijtzes wrote:
> Hi,
>
> We are running Cassandra 1.1.4 and like to experi