apache / iotdb

Apache IoTDB
https://iotdb.apache.org/
Apache License 2.0
5.63k stars 1.03k forks source link

sharding in iotdb #12657

Open Med-salem-Guenaya opened 5 months ago

Med-salem-Guenaya commented 5 months ago

hello i want to configure sharding in iotdb ( as in the partitioning of a single table across multiple nodes) so to achieve better read and write performance (similar to casandra) but i cant seem to find any documentation mentioning it.

i might be missing/not understanding something, so apologies if that is the case.

any help is highly appreciated.

github-actions[bot] commented 5 months ago

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

myysophia commented 3 weeks ago

@Med-salem-Guenaya When the iotdb cluster is deployed, the client connecting to any datanode will automatically load the data to a different node.