citusdata / citusdata/postgres_vectorization_test
Should functions work with vectorization
未關閉
- 主要語言
- C
- 星號
- 335
- 分支
- 23
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I've got pretty simple table;
``` sql
CREATE FOREIGN TABLE samples_cstore
(
id integer,
sampled_at timestamp without time zone
)
```
Trying run datetrunc with grouping as
``` sql
select date_trunc('day', sampled_at) from samples_cstore group by 1;
```
kills psql, I get
```
The connection to the server was lost. Attempting reset: Failed.
```
I'm on osx 10.9 with homebrewed postgres 9.3
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
首先,在回報的 PostgreSQL 9.3 設定上重現所提供的 CREATE FOREIGN TABLE 和 date_trunc 查詢,然後追蹤用於分組和函式求值的向量化執行器路徑。完成的標誌是該查詢不再終止連線,並且可以成功擷取其分組結果。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- c, postgresql, sql
- 領域
- backend, databases
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100