From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: reformatting a quite large table Date: Thu, 14 Sep 2017 21:55:30 +0200 Message-ID: <59BADEB2.1040504@free.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsaEc-00018g-KK for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 15:55:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsaEX-0002LL-Ep for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 15:55:38 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:6944) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsaEX-0002KR-8B for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 15:55:33 -0400 Received: from [IPv6:2a01:e35:2e21:def0:997a:f49e:9a7c:91e1] (unknown [IPv6:2a01:e35:2e21:def0:997a:f49e:9a7c:91e1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 23DE1B00579 for ; Thu, 14 Sep 2017 21:55:31 +0200 (CEST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org A huge table reformatting speed-up was achieved and committed on January 9th. The mail thread was "spee-up table refresh". On 14/09/2017 10:48, Luca Ferrari wrote: > Hi all, > I'm just curios, having a an org table that is 140 MB of text in size > (it's a dump of an sql table if that matters), how can I speed up > reformatting the table? > Something I can do in background or limiting rows to what is shown to > me in the buffer will suffice. > Is that possible? > > Thanks, > Luca > >