diff --git a/docs/_docs/code-snippets/xml/wal-compress.xml b/docs/_docs/code-snippets/xml/wal-compress.xml new file mode 100644 index 0000000000000..41215f4e33b63 --- /dev/null +++ b/docs/_docs/code-snippets/xml/wal-compress.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_docs/persistence/native-persistence.adoc b/docs/_docs/persistence/native-persistence.adoc index 4d67c2cb4f46c..18f8f677cd8e5 100644 --- a/docs/_docs/persistence/native-persistence.adoc +++ b/docs/_docs/persistence/native-persistence.adoc @@ -298,6 +298,10 @@ To enable it, set the compression algorithm and compression level in the data st [tabs] -- tab:XML[] +[source, xml] +---- +include::code-snippets/xml/wal-compress.xml[tags=ignite-config,indent=0] +---- tab:Java[] [source, java]