From 754baa849c08791ed3bfeeeb69b8a1248dc18b6b Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 6 Dec 2018 15:41:42 -0800 Subject: [PATCH] typoz --- _posts/2018-12-06-streaming-results-node-pg.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2018-12-06-streaming-results-node-pg.md b/_posts/2018-12-06-streaming-results-node-pg.md index da09ca1..8cbd485 100644 --- a/_posts/2018-12-06-streaming-results-node-pg.md +++ b/_posts/2018-12-06-streaming-results-node-pg.md @@ -48,9 +48,9 @@ dataset exceeded a couple hundred megabytes, things stopped working. The consumer of this data was, and still is a single person wielding bash scripts a'plenty. To keep things as simple as possible, we changed the frontend to require that any "Export" define a date range to export. Initially the Data -Scientist™ would request a whole week at a time, and when that started -working, would request individual daily exports instead. Eventually this too -stopped working, somewhere around a daily dataset size of a couple of hundred +Scientist™ would request a whole week at a time, and when that stopped +working, they would request individual daily exports instead. Eventually this also +stopped working, somewhere around a _daily_ dataset size of a couple of hundred megabytes.