When we are storing millions of records in a collection where each record has several properties, does the property length matter? For e.g. would it help if the object was
{n: 'Richard', ... }
instead of
{name: 'Richard', ... }
?
j
Jason Bosco
03/23/2023, 7:26 PM
No, the properly name length doesn’t matter for the in-memory indices
Jason Bosco
03/23/2023, 7:27 PM
Only the property value length affects index sizes