I am creating a bot for real estate.
Now in real estate, user may enter any locality or society, which right now is more than 100 000 in database.
To get it resolved as entity, one solution is that I enter all societies/localities as developer entities in system. But, this might not be scalable.
Can you suggest how to approach this problem?
Is this the usecase of sys.any entity?