[
https://issues.apache.org/jira/browse/IGNITE-26487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Orlov reassigned IGNITE-26487:
-----------------------------------------
Assignee: Konstantin Orlov
> Sql. Add stales configuration properties to table related SQL grammar
> ---------------------------------------------------------------------
>
> Key: IGNITE-26487
> URL: https://issues.apache.org/jira/browse/IGNITE-26487
> Project: Ignite
> Issue Type: Improvement
> Components: sql ai3
> Reporter: Konstantin Orlov
> Assignee: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
>
> In IGNITE-26067, modification counter with staleness check has been added. In
> IGNITE-26486, new properties should be added to catalog structures. This
> ticket fills the gap proposing changes to the SQL gramma:
> {code}
> CREATE TABLE ... [ STORAGE PROFILE ... ] [ WITH <table_options> ]
> table_options := LPAREN table_options_item [ , table_options_item ]* RPAREN
> table_options_item := MIN STALE ROWS <positive integer>
> | STALE ROWS FRACTION <0.0..1.0>
> ALTER TABLE <table_name> SET <table_options_item>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)