Which is the most efficient way for retrieve entities? TWX 8.5
Hello!,
I'm developing a very huge aplication and we will have a lot of devices (more than 1 million).
The main thing is that the app has to have the posibility of retrieve one o two from the one million of device when It will be necesary. Which is the most efficient way for to do that?
These are the options that I thougth:
1. GetImplementingThingsWithData it's efficient (with a query parameter)?
2. It's better to have all this data in a database and make a query?
3. Create a network tree entity it's a good idea?
Thank you in advance.
Luis :D.

