You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2023/01/18 12:51:00 UTC

[jira] (IGNITE-18227) Sql. Support RO transaction by index scan

    [ https://issues.apache.org/jira/browse/IGNITE-18227 ]


    Evgeny Stanilovsky deleted comment on IGNITE-18227:
    ---------------------------------------------

was (Author: zstan):
Additionally i found that current main implementation differs from represented in PR, can someone recheck after me ? 
Benchmark [main]                      Mode  Cnt     Score     Error  Units
SqlBenchmark.selectAllSimple  thrpt   10  2300.348 ± 467.203  ops/s

Benchmark [pr-1537]                     Mode  Cnt     Score     Error  Units
SqlBenchmark.selectAllSimple  thrpt   10  2945.170 ± 576.279  ops/s

And if it valid seems we need addition issue here?

> Sql. Support RO transaction by index scan
> -----------------------------------------
>
>                 Key: IGNITE-18227
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18227
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Konstantin Orlov
>            Assignee: Yury Gerzhedovich
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Looks like integration IndexScanNode and RO transaction is missing.
> Let's fill this gap by propagating transaction timestamp to the 'scan' invocation in IndexScanNode.
> TableScanNode may be used as reference.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)