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

Create different configuration profiles for different use cases #636

Open
zdenek-jonas opened this issue Sep 4, 2023 · 0 comments
Open

Comments

@zdenek-jonas
Copy link
Contributor

Create different configuration profiles for different use cases. Each profile should have its own settings for the following parameters:

  • HouseKeeping, standard or addaptive
  • Values
  • Other?

MicroStream technology can find applications in various scenarios, each with distinct application behaviors. For example, a dashboard application continuously collects data and displays it, discarding the data after a certain period. In contrast, accounting software deals with substantial data volumes, where data is added slowly over time, and occasional data removal or replacement occurs. Additionally, there are applications that work with large datasets, heavily utilizing lazy loading, but also requiring aggressive heap memory management.

To address these use cases effectively, we should consider creating profiles that allow users to easily configure the technology to suit their specific needs.

Think of this approach like modern SUVs that offer different driving profiles for off-road, hill descent, and more. While advanced users can fine-tune individual parameters, the average user should be able to select a mode and trust that it will largely meet their requirements.

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

No branches or pull requests

1 participant