Ok, thanks. I thought you meant referencing some zfs library from OrientDB. Yes, I can create a separate pool for storage but not now. I'll have to go with no compression. I actually had gzip enabled but removed it a few days ago b/c I didn't think it was necessary anymore. That explains why I didn't see the snappy issue until now.
On Friday, April 11, 2014 3:13:44 PM UTC-4, bayoda wrote: > > create a zfs filesystem for example on rpool > > zfs create -o compression=on -o dedup=off -o mountpoint=/path > rpool/newfilesystem > > if you want more compression: zfs create -o compression=gzip8 or > gzip9 > > > > 2014-04-11 21:11 GMT+02:00 odbuser <[email protected] <javascript:>>: > >> How do I do this or is there a code change required in OrientDB? >> >> >> FYI: >> I added my concern to an existing snappy-java issue. It's an x86-64 bit >> issue but someone else tacked on another platform so I added sparc-64. >> https://github.com/xerial/snappy-java/issues/55 >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > bayoda.com - DataStorage and Backup > by nimbus Development IT Consulting GmbH > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
