Konstantin Orlov created IGNITE-26486:
-----------------------------------------
Summary: Catalog. Add DATA_STALENESS configuration to table
structures
Key: IGNITE-26486
URL: https://issues.apache.org/jira/browse/IGNITE-26486
Project: Ignite
Issue Type: Improvement
Components: catalog ai3
Reporter: Konstantin Orlov
In IGNITE-26067, modification counter with staleness check has been added. In
this patch, staleness related configuration was hardcoded.
Let's introduce support for staleness configuration on per table-basis. The
scope is this ticket includes changes in catalog module only. We need to
introduce two more properties to table descriptor:
{code}
StaleRowsFraction
MinStaleRowsCount
{code}
Also, we need to extend {{CreateTableCommand}} so new properties can be
specified during table creation, as well as introduce new ALTER command to
change properties on already created tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)