You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2022/08/25 10:09:00 UTC

[jira] [Updated] (IGNITE-16977) Move DATE/TIME/TIMESTAMP indexes processing from ignite-indexing module to core

     [ https://issues.apache.org/jira/browse/IGNITE-16977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-16977:
---------------------------------------
    Ignite Flags:   (was: Release Notes Required)

> Move DATE/TIME/TIMESTAMP indexes processing from ignite-indexing module to core
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-16977
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16977
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>             Fix For: 2.14
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Currently all types of indexes except DATE, TIME and TIMESTAMP are processed in core module (see \{{IndexKeyFactory#wrap}}). DATE, TIME and TIMESTAMP types are processed in ignite-indexing module (see usages of \{{IndexKeyFactory#register}}). 
> To get rid of H2 dependency by other query engines (Calcite) we should process indexes of all types by core module (with PDS backward compatibility).



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