summaryrefslogtreecommitdiff
path: root/80/b218e33a0b7a15e9c1acf83a20cbad16543655
blob: 85929a89752b5ccda69b10feb3161ad216563d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Return-Path: <jgarzik@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 25DAE405
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 22 Oct 2015 21:26:45 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com
	[209.85.212.171])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 8505615C
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 22 Oct 2015 21:26:43 +0000 (UTC)
Received: by wijp11 with SMTP id p11so51237714wij.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 22 Oct 2015 14:26:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=/0/3BlSj9GULR8HhNGXUll7h0vpy8fICkdEoR4xq7jE=;
	b=gDSvnhYE/PL11U7yaGPxCAZpqOeXjjWqsg5XEurvxhfvcUR49m+LBtxgDui9PycT/a
	vaMNx0kdz82IiP2CANMNF1ZRYJfaYO9s139MJsHOgwcCW4xtdhat4E766uKH7JKT+Sg/
	tiQvVhl2aS+FEpGIHANY384c/8zVCahCMannrqjhpMi9Qi+ktiCY6+Ularo6xkG+9D8T
	r2Uc2ypVBkqaiYwP4+bX8c7CRHG03oKnUG7j0xUwm7vbRUf8oHbnvAfiUQmQmxdZnnX9
	TC71KlppgMSBw4fitAuSxpkc0WxJvS2p7zByhKGhbTOonC1gHsF5lyvkNZQ2k8VssreE
	R3Yg==
MIME-Version: 1.0
X-Received: by 10.180.75.36 with SMTP id z4mr606071wiv.68.1445549202085; Thu,
	22 Oct 2015 14:26:42 -0700 (PDT)
Received: by 10.28.100.130 with HTTP; Thu, 22 Oct 2015 14:26:42 -0700 (PDT)
Date: Thu, 22 Oct 2015 17:26:42 -0400
Message-ID: <CADm_WcaLQzigsdmFR43JqiCYJVpmqkhVDc8GiVG=UN+Z1zg7+w@mail.gmail.com>
From: Jeff Garzik <jgarzik@gmail.com>
To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary=f46d043c7cdab21f780522b826bf
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW
	autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
X-Mailman-Approved-At: Thu, 22 Oct 2015 21:37:45 +0000
Subject: [bitcoin-dev] [patch] Switching Bitcoin Core to sqlite db
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Oct 2015 21:26:45 -0000

--f46d043c7cdab21f780522b826bf
Content-Type: text/plain; charset=UTF-8

Here is the beginnings of an implementation to replace leveldb with sqlite:
https://github.com/jgarzik/bitcoin/tree/2015_sqlite

It builds, but still needs work before passing tests.

It was noted that leveldb is unmaintained, and this is part of researching
alternatives that are maintained and reliable.

--f46d043c7cdab21f780522b826bf
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Here is the beginnings of an implementation to replace lev=
eldb with sqlite:=C2=A0<a href=3D"https://github.com/jgarzik/bitcoin/tree/2=
015_sqlite">https://github.com/jgarzik/bitcoin/tree/2015_sqlite</a><div><br=
></div><div>It builds, but still needs work before passing tests.</div><div=
><br></div><div>It was noted that leveldb is unmaintained, and this is part=
 of researching alternatives that are maintained and reliable.</div><div><b=
r></div><div><br></div></div>

--f46d043c7cdab21f780522b826bf--