Hope to add createAlignedTimeseries in SessionPool(希望在sessionPool中增加createAlignedTimeseries方法)
未关闭
Easy-Fixed
- 主要语言
- Java
- 星标
- 6.4k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 115
描述
**Is your feature request related to a problem? Please describe.**
使用otdb-session-0.13.0-SNAPSHOT.jar,本人程序都是通过sessionPool来操作iotdb,但是该类缺少创建对齐时间序列方法,只能再创建新session来创建对齐序列。
**Describe the solution you'd like**
不额外创建session,通过sessionPool来创建对齐时间序列
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
贡献指南
调研方向
首先定位 Java SessionPool 类,以及可通过直接 session 使用的现有 createAlignedTimeseries 操作。检查 SessionPool 如何公开其他 session 操作;完成的标准是调用方可以通过 pool 创建对齐的时间序列,而无需创建额外的 session,并且在存在相关客户端测试时更新这些测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- databases
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100