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

Using target attributes in target filter queries #1344

Open
krishna-devolo opened this issue Apr 6, 2023 · 0 comments
Open

Using target attributes in target filter queries #1344

krishna-devolo opened this issue Apr 6, 2023 · 0 comments
Labels

Comments

@krishna-devolo
Copy link

Dear hawkBit Community,

I work at devolo AG, Germany, and we use hawkBit extensively to manage our networking devices. We rely primarily on the target attributes, such as device_type and firmware_date, to select target groups. These are modeled as target filter queries in the hawkBit management UI, and are used for auto assignment and rollouts.

Since the target attributes are stored as a long table (sp_target_attributes), these target filter queries (that match several target attributes) involve several join operations. As a result, these are quite inefficient. (We have a few million targets, so this is a big contributing factor.)

We are curious how you select different target groups using target filter queries. Do you primarily use information already contained in the sp_target table, such as installed_distribution_set and update_status? How do you use the target attributes, if at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants