Search Results for

    Show / Hide Table of Contents

    Enum DiskPageCompression

    Disk page compression options.

    Namespace: Apache.Ignite.Core.Configuration
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public enum DiskPageCompression : int

    Fields

    Name Description
    Disabled

    Compression disabled.

    Lz4

    Lz4 compression.

    SkipGarbage

    Retain only useful data from half-filled pages, but do not apply any compression.

    Snappy

    Snappy compression.

    Zstd

    Zstd compression.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation