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.
我看到 PostgreSQL 有一个数组数据类型。它是干什么用的?什么时候使用它最好?
将列定义为数组通常意味着您有一个非规范化模型,因为该数组的内容也可以存储为 1:n 关系。
但有时这样做是有意义的,特别是如果您总是将“列表”视为“一件事”。但是很难给出具体的例子。如果你想不出任何东西,你可能不需要它。