From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 1F354296AA for ; Tue, 21 Aug 2018 12:44:01 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YwXQDIHiSOqx for ; Tue, 21 Aug 2018 12:44:01 -0400 (EDT) Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C1E782877E for ; Tue, 21 Aug 2018 12:44:00 -0400 (EDT) Date: Tue, 21 Aug 2018 19:43:57 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: xfer optimization issue Message-ID: <20180821164357.2us2plfkm24ttg6n@tarantool.org> References: <1524065531-32467-1-git-send-email-hollow653@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1524065531-32467-1-git-send-email-hollow653@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: korablev@tarantool.org, "N.Tatunov" Hello, On 18 апр 18:32, N.Tatunov wrote: > Currently insertion from the table to another one > with the same schema using SELECT works wrong. > The problem lies in xfer optimization which opens cursors for > all of the indexes and inserts data excessively. > The bug was fixed so the data should now insert > correctly. > > Closes #3307 > --- > > Branch: https://github.com/tarantool/tarantool/tree/N_Tatunov/gh-3307-xfer-optimization-issue > Issue: https://github.com/tarantool/tarantool/issues/3307 I've checked in the patch into 2.0 branch. -- Regards, Kirill Yukhin