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
Is your feature request related to a problem? Please describe.
In recent profiling tests we found there could be excessive packing/unpacking for the attributes of datatypes such as entry which could slow down the performance.
Describe the solution you'd like
So after discussion, a new requirement for Creating interface to extract attributes (especially in massive settings) directly without going through classes is added as a general task/goal for performance improvement (sub project).
Describe alternatives you've considered
Considered adding this interfaces in several possible places but settled on the data_store for the lower level interface.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In recent profiling tests we found there could be excessive packing/unpacking for the attributes of datatypes such as entry which could slow down the performance.
Describe the solution you'd like
So after discussion, a new requirement for Creating interface to extract attributes (especially in massive settings) directly without going through classes is added as a general task/goal for performance improvement (sub project).
Describe alternatives you've considered
Considered adding this interfaces in several possible places but settled on the data_store for the lower level interface.
Additional context
The text was updated successfully, but these errors were encountered: