【发布时间】:2023-01-28 09:27:14
【问题描述】:
对大数据使用 dcc.Store() 时,哪种存储类型好,内存、本地还是会话?
我得到了一个错误
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.
Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)
网页也崩溃显示如下图:
【问题讨论】:
-
我们在谈论多大的数据(数量级)?
-
json文件大小为3GB
标签: plotly-dash