From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [OFFTOPIC] size of issue tracker Date: Mon, 13 May 2019 16:56:52 -0400 Message-ID: References: <1552789070.5272.1@yandex.ru> <87imwhmmt8.fsf@gmail.com> <87y347g1l3.fsf@iotcl.com> <9ac21e82-8e47-f9b5-f88d-23c0c56946d1@yandex.ru> <87pnpc1lby.fsf@iotcl.com> <83zhoezdqc.fsf@gnu.org> <87imuivfcr.fsf@iotcl.com> <83k1eyfxls.fsf@gnu.org> <17D21056-10B2-4813-AE90-9B2706936CE9@icloud.com> <83imuifqjc.fsf@gnu.org> <87lfzehrug.fsf@gmail.com> <83k1exec2n.fsf@gnu.org> <8736lkikqf.fsf@gmail.com> <83y33cb5nc.fsf@gnu.org> <87a7fsf91l.fsf@gnu.org> <87pnongeju.fsf@gnu.org> <83tvdy9rpm.fsf@gnu.org> <8736liuqmw.fsf@gnu.org> <87y33at96n.fsf@gnu.org> <87tvdyt8qi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="134920"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: toon@iotcl.com, emacs-devel@gnu.org, agrambot@gmail.com, dgutov@yandex.ru To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 13 22:58:46 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQI22-000Ywh-G1 for ged-emacs-devel@m.gmane.org; Mon, 13 May 2019 22:58:46 +0200 Original-Received: from localhost ([127.0.0.1]:34894 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQI1y-0004nV-Nv for ged-emacs-devel@m.gmane.org; Mon, 13 May 2019 16:58:42 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQI0V-0004cM-VQ for emacs-devel@gnu.org; Mon, 13 May 2019 16:57:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQI0V-0004sY-0E for emacs-devel@gnu.org; Mon, 13 May 2019 16:57:11 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:43959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQI0R-0004ko-Ru; Mon, 13 May 2019 16:57:10 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id x4DKuquL005341; Mon, 13 May 2019 16:56:53 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7965066227; Mon, 13 May 2019 16:56:52 -0400 (EDT) In-Reply-To: <87tvdyt8qi.fsf@gnu.org> (Tassilo Horn's message of "Mon, 13 May 2019 22:11:49 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6545=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6545> : inlines <7076> : streams <1821438> : uri <2844131> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236486 Archived-At: >> I was too curious to wait so I've tried the flutter project on GitHub >> with its 20,000 issues and 12,000 pull requests. That took about 45 >> minutes which is ok, I think. > Ah, I forgot to mention that it increased the size of the sqlite > database by about 200 MB. The flutter git repo itself has about the 45 minutes for 200MB (i.e. 74KB/s) indicates either that you have a very slow connection, or that a lot of time is spent waiting, or that the protocol is sending a lot more data than needed (even my slow connection can download almost 3GB of data during those 45 minutes). Stefan