Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5F2F6200CB5 for ; Wed, 12 Jul 2017 23:24:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5DAEF16A865; Wed, 12 Jul 2017 21:24:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A496B16A85E for ; Wed, 12 Jul 2017 23:24:24 +0200 (CEST) Received: (qmail 50310 invoked by uid 500); 12 Jul 2017 21:24:23 -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 50301 invoked by uid 99); 12 Jul 2017 21:24:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2017 21:24:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 424FB1960F2 for ; Wed, 12 Jul 2017 21:24:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.689 X-Spam-Level: X-Spam-Status: No, score=-98.689 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URI_HEX=1.313, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id WOhSH2y74C8Q for ; Wed, 12 Jul 2017 21:24:21 +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 1EA0F623AA for ; Wed, 12 Jul 2017 21:24:02 +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 6754BE0D60 for ; Wed, 12 Jul 2017 21:24:01 +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 ECFFA24721 for ; Wed, 12 Jul 2017 21:24:00 +0000 (UTC) Date: Wed, 12 Jul 2017 21:24:00 +0000 (UTC) From: "Amit Pundir (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-3592) Provide some kind of pluggable compression SPI support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 12 Jul 2017 21:24:25 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16084722#comment-16084722 ] Amit Pundir commented on IGNITE-3592: ------------------------------------- [~vozerov] Compression support for the network messages would be greatly appreciated. Our cluster is running on clouds on multiple data-centers and we experience significant overhead in cross data-center calls from Ignite client node to Ignite server node. The round trip time between the data-centers is still reasonable (under 60 ms). We are using partitioned cache and our values for the caches are big. Compression for the network calls will help us a lot. Besides that, we have also observed the following operations to take significant amount of time - 1. org.apache.ignite.transactions.Transaction ==> commit ==> 2043 milli-seconds 2. org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi ==> createTcpClient ==> 2042 milli-seconds The above 2 timings suggest significant delay between server node to server node communication also. Could you please help address these issues sooner than 2.2. > Provide some kind of pluggable compression SPI support > ------------------------------------------------------ > > Key: IGNITE-3592 > URL: https://issues.apache.org/jira/browse/IGNITE-3592 > Project: Ignite > Issue Type: Task > Components: cache > Reporter: Alexey Kuznetsov > Assignee: Vyacheslav Daradur > Fix For: 2.2 > > > It may be useful in some cases to compress data stored in cache. > And in order to give access to compressed data from SQL engine this support should be implemented in ignite-core level. > See discussion on dev-list: http://apache-ignite-developers.2346864.n4.nabble.com/Data-compression-in-Ignite-2-0-td10099.html -- This message was sent by Atlassian JIRA (v6.4.14#64029)