Use a small and/or read-optimized string for internal field representation #819
Labels
enhancement
Improvement of existing features or bugfix
k::performance
Related to performance
k::refactor
Refactoring, technical debt elimination and other improvements of existing code base
Milestone
we store the name of each field as a string. Fields are likely on average pretty short (think "id", "name", etc) and are read more than written. We should investigate using a small and/or read-optimized string for internal field representation instead of
std
'sString
.The text was updated successfully, but these errors were encountered: