This question is locked. New answers and comments are not allowed.
Hi,
we have some Performance Problems with huge Data-Sets.
We use a simple (not complex) Class (Named: Location) with about 10 Properties.
If we load about 50 Location-Objects it takes 3 Seconds to load this.
If we load about 350 Location-Objects it takes 10 Seconds to load this.
If we load about 2000 Location-Objects it takes 50 Seconds to load this.
The Database has about 50000 Locations and other Tables
So i want to ask:
Can we improve something or is the context not intended for to load large amounts of data?
For loading we use this Code:
this.context.GetAll<Location>().Where( [some filter expression] )
Thanks,
Nils
we have some Performance Problems with huge Data-Sets.
We use a simple (not complex) Class (Named: Location) with about 10 Properties.
If we load about 50 Location-Objects it takes 3 Seconds to load this.
If we load about 350 Location-Objects it takes 10 Seconds to load this.
If we load about 2000 Location-Objects it takes 50 Seconds to load this.
The Database has about 50000 Locations and other Tables
So i want to ask:
Can we improve something or is the context not intended for to load large amounts of data?
For loading we use this Code:
this.context.GetAll<Location>().Where( [some filter expression] )
Thanks,
Nils