<p></p>
<blockquote>
<p><em>This is a Bisq Network project. Please familiarize yourself with the <a href="https://bisq.wiki/Project_management" rel="nofollow">project management process</a>.</em></p>
</blockquote>
<h2>Description</h2>

<p>This project is about replacing the storage infrastructure with a real database we can query using SQL.</p>
<h2>Rationale</h2>

<p>Until now, data stores have been persisted by serializing data to Protobuffer and then writing those to disk. Because of that and ss the data stores grow, we see</p>
<ul>
<li>massive disk I/O</li>
<li>high CPU loads</li>
<li>higher then necessary RAM requirements.</li>
</ul>
<p>This project is about replacing the storage infrastructure with a real database we can query using SQL.</p>
<ul>
<li>lets us lazy-load data to RAM if necessary</li>
<li>does eliminate the need for serializing all data every time (ie. reduce CPU load significantly)</li>
<li>does eliminate the need for replacing the whole databases every time (ie. reduce disk I/O)</li>
</ul>
<h2>Criteria for delivery</h2>

<h2>Measures of success</h2>

<h2>Risks</h2>

<h2>Tasks</h2>

<h2>Estimates</h2>

<h2>Notes</h2>

<p>followup to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="576403913" data-permission-text="Title is private" data-url="https://github.com/bisq-network/projects/issues/25" data-hovercard-type="issue" data-hovercard-url="/bisq-network/projects/issues/25/hovercard" href="https://github.com/bisq-network/projects/issues/25">#25</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/projects/issues/29">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQ7AAMVHWGHGEAVSB3RLLWBFANCNFSM4MC6PHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTPQEHFUF5WJT7IQY3RLLWBFA5CNFSM4MC6PHDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4I4B7YAQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/projects/issues/29",
"url": "https://github.com/bisq-network/projects/issues/29",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>