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
In #1683 we updated the default strategy for allocating memory for the fixed size table columns to use doubling.
Should we do something similar for the ragged columns like metadata? It's probably what an API user would expect I think. We should also document the tsk_individual_table_set_max_metadata_length_increment etc methods so that power users can keep control of memory, if they want to.
The text was updated successfully, but these errors were encountered:
In #1683 we updated the default strategy for allocating memory for the fixed size table columns to use doubling.
Should we do something similar for the ragged columns like
metadata
? It's probably what an API user would expect I think. We should also document thetsk_individual_table_set_max_metadata_length_increment
etc methods so that power users can keep control of memory, if they want to.The text was updated successfully, but these errors were encountered: