tracking SQL queries in 2.5

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

tracking SQL queries in 2.5

dsetrakyan
Igniters,

I just noticed this horrible ticket:
https://issues.apache.org/jira/browse/IGNITE-6677

Apparently, a couple of releases back the community added support for
"CREATE TABLE" command and for some reason nobody checked that query
metrics on the created tables do not work.

Do we have any idea of what it would take to fix? If it is a simple fix, I
would like to squeeze it into 2.5 release.

D.
Reply | Threaded
Open this post in threaded view
|

Re: tracking SQL queries in 2.5

Vladimir Ozerov
Hi Dima,

This is not that simple unfortunately. We need to build the whole
infrastructure for cache-less SQL queries. This is not very complex, but
require considerable efforts. Let's do that in AI 2.6 scope.

On Sat, May 12, 2018 at 4:36 PM, Dmitriy Setrakyan <[hidden email]>
wrote:

> Igniters,
>
> I just noticed this horrible ticket:
> https://issues.apache.org/jira/browse/IGNITE-6677
>
> Apparently, a couple of releases back the community added support for
> "CREATE TABLE" command and for some reason nobody checked that query
> metrics on the created tables do not work.
>
> Do we have any idea of what it would take to fix? If it is a simple fix, I
> would like to squeeze it into 2.5 release.
>
> D.
>
Reply | Threaded
Open this post in threaded view
|

Re: tracking SQL queries in 2.5

dsetrakyan
On Mon, May 14, 2018 at 3:55 PM, Vladimir Ozerov <[hidden email]>
wrote:

> Hi Dima,
>
> This is not that simple unfortunately. We need to build the whole
> infrastructure for cache-less SQL queries. This is not very complex, but
> require considerable efforts. Let's do that in AI 2.6 scope.
>

Got it, thanks!