Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Phonograph2 API 似乎支持输入/支持数据集和回写数据集。这些有什么区别?
输入/支持数据集是 Phonograph2 中表格的主要数据来源。
用户可以通过 Phonograph2 API 将 edis 发布到表中。
回写数据集是应用在输入/支持数据集之上的这些编辑的具体化视图。
重要的是,Phonograph2 不会将这些编辑直接应用于输入/支持数据集。因此,任何需要考虑编辑的基于数据集的分析都应该使用回写数据集。