Lazy initialization

In case you are using Hibernate, you should take care that the IN statements are used adequately. It lazily loads the records only when it's required. When such custom records are loaded into memory inefficiently, every record will be stacked independently with separate utilization. Consequently, if there are excessively numerous instances loaded in memory, the same number of queries will execute consecutively, which may result into a major execution hit.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset