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.
什么是 Stage Table,我如何创建一个?
谢谢!
暂存表只是在您的 ETL 流程中用作中间人的表。例如,您可以将所有原始数据复制到临时表中,然后对其进行处理。
你并不总是需要一个。所以问我如何创建一个是错误的问题。
你的数据场景是什么?
最后; 临时表与任何其他表没有什么不同。它存储在数据库中。有时人们有一个用于这些表的临时数据库,但这只是一个普通的数据库。这里没有特殊的技术或对象 - 只是普通的数据库功能。