Hello Everyone,
i am in conclusion right now. i have multistore website and each store has approximatily 9 Lakh record  LocalizedPropertyTable. so when i get data in Libraries\Nop.Services\Localization\localizedEntityService.
it throws error at   var localizedProperties = query.ToList(); . if i execute linq query with take 5 lakh. it is working fine.

Please tell me how i solve this. and please let me know where dows this method data stored.