Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

online doc: change IoTDB DB example to use a 'device' #40

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

slawr
Copy link
Collaborator

@slawr slawr commented Apr 26, 2024

Currently the example in IoTDB guide of the documentation site has a one tier database/device path with the database root.test2.dev1 off which the VSS measurements are added. This causes issues when you want to select all data, e.g. 'select * from root.test2.dev1' will create an error.

It is best to have a 'device' separate from the 'database' in IoTDB terms. So simply change the guide so that the 'create database' is for 'root.test2' only, which will solve both issues.

Currently the example in IoTDB guide of the documentation site has a one
tier database/device path with the database root.test2.dev1 off which
the VSS measurements are added. This causes issues when you want to
select all data, e.g. 'select * from root.test2.dev1' will create an error.

It is best to have a 'device' separate from the 'database' in IoTDB
terms. So simply change the guide so that the 'create database' is for
'root.test2' only, which will solve both issues.

Signed-off-by: Stephen Lawrence <[email protected]>
@slawr slawr self-assigned this Apr 26, 2024
@slawr slawr added documentation Improvements or additions to documentation enhancement New feature or request task Task not fitting other labels, e.g. project ops labels Apr 26, 2024
@slawr slawr linked an issue Apr 26, 2024 that may be closed by this pull request
@slawr slawr merged commit 403ea8a into COVESA:main Apr 26, 2024
1 check passed
@slawr slawr deleted the task-35-seed-doc-add-device branch April 26, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request task Task not fitting other labels, e.g. project ops
Projects
Development

Successfully merging this pull request may close these issues.

doc site: change seed iotdb example to have two tier path
1 participant