This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 130d9ac5ca4 IGNITE-27691 Remove data expiry (#7496)
130d9ac5ca4 is described below

commit 130d9ac5ca4a008a8db01d96fdca756e195f581c
Author: IgGusev <[email protected]>
AuthorDate: Tue Feb 3 11:19:16 2026 +0200

    IGNITE-27691 Remove data expiry (#7496)
---
 docs/_docs/installation/migration-from-ai2/config.adoc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/_docs/installation/migration-from-ai2/config.adoc 
b/docs/_docs/installation/migration-from-ai2/config.adoc
index 810333f3497..0c395b9eb65 100644
--- a/docs/_docs/installation/migration-from-ai2/config.adoc
+++ b/docs/_docs/installation/migration-from-ai2/config.adoc
@@ -165,10 +165,6 @@ All clients in Ignite 3 are "thin", and use a similar 
`clientConnector` configur
 
 Data eviction is performed on volatile storage based on 
link:administrators-guide/storage/storage-overview[storage engine] 
configuration.
 
-==== Expiry Policies
-
-Expiry policies are now configured on a per-table basis by creating a column 
with `timestamp` data type and specifying it with a `EXPIRE AT` command. See 
the link:sql-reference/ddl[SQL DDL] reference.
-
 ==== Network Configuration
 
 Node network configuration is now performed in  the `network` section of the 
link:administrators-guide/config/node-config[node configuration].

Reply via email to