Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks for the quick reply! I am trying to load more than 500K rows, each of which is an entity. Each entity can point towards other entities. I am trying to populate this list as fast as possible with all these inter relations. I am not writing anything to the DB, but after experimenting with lazy loading I found it doesn't suit my needs. The next best thing I could think of is somehow loading the data in a different thread in some sort of producer-consumer pattern, but I have no idea how you do that. Any ideas? Do you have any tips for other technologies? Thanks!
      singulars
    2. COI still have no clue on why you'd want to load that many inter-related entities. That makes it hard to come up with suggestions. Loading the data in the background can make sense, but only if your app can start to do whatever it needs to do without all the data in place. In short, tell us what you want to achieve, what your requirements are, maybe then we can give you a proper suggestion or two.
      singulars
    3. COI am actually loading a word dictionary, when each word relates to others. The background thing could be very tricky in our application, as we would have to manually load an entry that has not been loaded before. The problem is that any one of those words could be asked for at any time. Our only requirements are that all the data be loaded as fast as possible. I also tried using a stateless session, but got an exception that stateless sessions can't fetch collections...
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload