Minor hilda talk edit

pull/2/head
Oliver Kennedy 2023-06-18 14:50:11 -07:00
parent 300ecbc1e7
commit 8e9b799d99
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ title: "Overlay Spreadsheets"
</ol>
<aside class="notes">
<p>So how do we handle "big" data? Well, in a normal spreadsheet... we don't. Notably, these start barfing around 10k rows. DataSpread scales that up by quite a bit, but reaction times can still get slow if you have a lot of data, and that's not entirely surprising. This is an in-memory reactive database, with data flows involving potentially millions of steps. </p>
<p>So how do we handle "big" data? Well, in a normal spreadsheet... we don't. Notably, these start barfing around a few 100k rows. DataSpread scales that up by quite a bit, but reaction times can still get slow if you have a lot of data, and that's not entirely surprising. This is an in-memory reactive database, with data flows involving potentially millions of steps. </p>
<p>So, what other options do we have?</p>
</aside>