Closed lukeshafer closed 9 months ago
Any entity that has a "get all" index may not need other indexes and could instead set other attributes in the sort key.
Also a good opportunity to setup migrations.
Good to approach now that we know the site usage better. What indexes can we refactor to be more efficient? All users and all cards are good examples.
Any entity that has a "get all" index may not need other indexes and could instead set other attributes in the sort key.