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 26CBA2C5B6 for ; Fri, 19 Apr 2019 07:38:14 -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 Cz5LOYzt51xW for ; Fri, 19 Apr 2019 07:38:14 -0400 (EDT) Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 66C8F2AA96 for ; Fri, 19 Apr 2019 07:38:13 -0400 (EDT) Date: Fri, 19 Apr 2019 14:38:07 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Set format for spaces with sysview engine Message-ID: <20190419113807.ob54mias746c5xa5@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: v.shpilevoy@tarantool.org Cc: tarantool-patches@freelists.org Hello, On 15 Apr 16:35, Kirill Yukhin wrote: > The patch sets format for spaces with sysview engine. > This is done due to following reasons: > 1. To allow to create an SQL view, which looks at format of > space being used. > 2. To unify sysview's engine spaces with SQL views. This > will allow to use sysview machinery to query SQL views from > Lua land. > > Closes #4111 I've checked the patch into 2.1 and master. -- Regards, Kirill Yukhin