You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get_started.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ That said, most boards transmit pins over HTTP, and this is going to be slow and
81
81
As a general rule of thumb, we don't recommend using pins with files over 500 MB.
82
82
If you find yourself routinely pinning data larger that this, you might need to reconsider your data engineering pipeline.
83
83
84
-
Storing your data/object as a pin works well when you write from a single source or process. It is _not_ appropriate when multiple sources or processes need to write to the same pin; since the pins package reads and writes files, it cannot manage concurrent writes.
84
+
Storing your data/object as a pin works well when you write from a single source or process. It is _not_ appropriate when multiple sources or processes need to write to the same pin; since the pins package reads and writes files, it cannot manage concurrent writes. It is also not appropriate for high frequency writes (multiple times per second).
85
85
86
86
-**Good** use for pins: an ETL pipeline that stores a model or summarized dataset once a day
87
87
-**Bad** use for pins: a Shiny app that collects data from users, who may be using the app at the same time
0 commit comments