jinxxxoid commented on code in PR #7141: URL: https://github.com/apache/ignite-3/pull/7141#discussion_r2585290122
########## docs/_docs/administrators-guide/config/cluster-config.adoc: ########## @@ -278,6 +278,8 @@ bin/ignite3 cluster config show > cluster-config.txt [cols="1,1,3,1,1,2",opts="header", stripes=none] |====== |Property|Default|Description|Changeable|Requires Restart|Acceptable Values +|createTable.minStaleRowsCount|500|Number of updates since the last query plan update required to automatically recreate query execution plan. Is overriden by `WITH min stale rows` link:sql-reference/ddl#create-table[parameter]. | Yes | no | 0 - Long.MAX_VALUE Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
