我想在一個非常簡單的數據庫上使用python的olap框架cubes,但我在連接表時遇到了一些麻煩。 我的模式是這樣的: Users table
ID | name
Products table
ID | name | price
Purchases table
ID | user_id | product_id | date
而且立方體模型: {
'dimension
覆蓋索引的考慮以下形式的事實表: CREATE TABLE Fact1
(
Dim1 int NOT NULL,
Dim2 int NOT NULL,
Dim3 int NOT NULL,
Data1 int NOT NULL,
Data2 int NOT NULL
...
)
Fact1對每個維度的單個列索引。假設Dim1是粒度下