This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-platform-galaxy-qgw-…/config/memorySchema.json
wangwei db0836040c feat(calcite缓存数据库):
1.加入calcite缓存数据库对(sql子查询中存在自定义函数)数据进行二次查询处理
2.离线查询Hbase、实时查询cliclhouse植入缓存数据库
2020-05-13 12:16:12 +08:00

13 lines
232 B
JSON

{
"version": "1.0",
"defaultSchema": "memorySchema",
"schemas": [
{
"type": "custom",
"name": "memorySchema",
"factory": "com.mesalab.calcite.InMemorySchemaFactory",
"operand": {
}
}
]
}