Deleting from a splayed table

Is there a way to delete records from a splayed table without loadingit into memory using get and then saving it back to disk using set?Thanks.

No.Updates and deletes aren’t supported on splayed tables. So a processusing some kind of get, change, set series of operations will berequired.On Jan 4, 6:36?pm, Victor Wong <victor.w…> wrote:> Is there a way to delete records from a splayed table without loading> it into memory using get and then saving it back to disk using set?>> Thanks.</victor.w…>