Vladislav Pyatkov created IGNITE-28864:
------------------------------------------
Summary: Add technical columns to Calcite engin SQL scan
Key: IGNITE-28864
URL: https://issues.apache.org/jira/browse/IGNITE-28864
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
Entries are extracted from the database by scanning through an index or the
table scan.
org.apache.ignite.internal.processors.query.calcite.schema.IgniteTable#scan
org.apache.ignite.internal.processors.query.calcite.schema.IgniteIndex#scan
To determine the version for entries, it requires having a way to get the
version for each entry, and the cache identifier is also required to use a lock
API.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)