[Feature] 存储后端为cassandra时, 支持在hugegraph.properties配置文件中配置hugegraph存储表格的campact strategy
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 636
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 14
Description
## Feature Description:
在我们的应用场景中,hugegraph的存储后端为cassandra,数据库中的vertex和edge的属性经常修改,所以期望hugegraph的table的compact strategy为Leveled Compaction Strategy,但是当前在hugegraph.properties配置文件中不支持配置cassandra table的Compaction Strategy,cassandra table的compact strategy固定为SizeTiered Compaction Strategy
请问可以支持在hugegraph.properties中支持配置cassandra table的Compaction Strategy吗?
Contributor guide
Research direction
Start by locating the Cassandra table-creation code and the handling of hugegraph.properties. Trace how the current SizeTiered Compaction Strategy is selected, then verify that a configured strategy is applied to vertex and edge tables. Done means the strategy can be configured and is reflected in the Cassandra tables.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cassandra, java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100