You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
There are multiple internal parameters that impact performance and are currently hardcoded. For example, MAX_CONCURRENCY or BATCH_SIZE for commit/persist processing. We should allow users to customize those values.
API Changes
Config structure + change in pmemstream_open function to accept the config.
The text was updated successfully, but these errors were encountered:
FEAT: Extend pmemstream customizability
Rationale
There are multiple internal parameters that impact performance and are currently hardcoded. For example, MAX_CONCURRENCY or BATCH_SIZE for commit/persist processing. We should allow users to customize those values.
API Changes
Config structure + change in pmemstream_open function to accept the config.
The text was updated successfully, but these errors were encountered: