From issues-return-88492-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Fri Jan 18 15:57:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E50B8180647 for ; Fri, 18 Jan 2019 15:57:03 +0100 (CET) Received: (qmail 12580 invoked by uid 500); 18 Jan 2019 14:57:03 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 12566 invoked by uid 99); 18 Jan 2019 14:57:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2019 14:57:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B10E0C25C4 for ; Fri, 18 Jan 2019 14:57:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id M3DQlbUtunhR for ; Fri, 18 Jan 2019 14:57:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 5ACCB60EC4 for ; Fri, 18 Jan 2019 14:57:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9BD7EE2672 for ; Fri, 18 Jan 2019 14:57:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5DA5625662 for ; Fri, 18 Jan 2019 14:57:00 +0000 (UTC) Date: Fri, 18 Jan 2019 14:57:00 +0000 (UTC) From: "Yury Gerzhedovich (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-10754) Query history statistics API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-10754?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 746370#comment-16746370 ]=20 Yury Gerzhedovich commented on IGNITE-10754: -------------------------------------------- [~vozerov], all mentioned issues have been fixed. > Query history statistics API > ---------------------------- > > Key: IGNITE-10754 > URL: https://issues.apache.org/jira/browse/IGNITE-10754 > Project: Ignite > Issue Type: Task > Components: sql > Reporter: Yury Gerzhedovich > Assignee: Yury Gerzhedovich > Priority: Major > Labels: iep-29, monitoring > Fix For: 2.8 > > Time Spent: 40m > Remaining Estimate: 0h > > As of now we have query statistics (*_org.apache.ignite.IgniteCache#query= Metrics_*) , but have few issues. > 1) Duration execution it just time between start execution and return cu= rsor to client and doesn't include all life time of query. > 2) It doesn't know about multistatement queries. Such queries participat= e in statistics as single query without splitting. > 3) API to access the statistics expose as depend on cache, however query= don't have such dependency. > =C2=A0 > Need to create parallel similar realization as we already have. > Use new infrastructure of tracking running queries developed under=C2=A0= IGNITE-10621=C2=A0and update statistics on unregister phase. > Expose API on upper level then it placed now.=C2=A0Right place will be w= ritten later. > =C2=A0 > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)