RamDB should populate all indexes #22

Open
opened 2021-06-22 23:09:23 +00:00 by davidlick · 0 comments
davidlick commented 2021-06-22 23:09:23 +00:00 (Migrated from github.com)

When a record is inserted in RamDB all created indexes should be populated.

Solution:
After schema is validated reflect the struct and each field for which an index exists insert into the index.

When a record is inserted in RamDB all created indexes should be populated. Solution: After schema is validated reflect the struct and each field for which an index exists insert into the index.
Sign in to join this conversation.