The problem with prefetching is that it means that every application needs
to assume that the data is dirty and know of every relationship. Which is
problematic because 1) relationships can change over time and 2) I don’t
necessarily wan’t to prefetch every relationship. I feel like that if I’m
u
Since Andrus just mentioned docs in another thread, here is how I added the
custom module loading to my ROP setup to add the WeightedAshwoodEntitySorter
support in web.xml:
http://cayenne.apache.org/docs/4.0/tutorial-rop/ch03.html#running-rop-server
cayenne-project
org.apach
Which reminds me that, I need to replace doc examples with SelectQuery to use
ObjectSelect :)
Andrus
> On Apr 20, 2016, at 10:42 AM, Adam Boyle wrote:
>
> I can confirm... prefetching is the way to go.
> https://cayenne.apache.org/docs/4.0/cayenne-guide/performance-tuning.html#prefetching
>
I can confirm... prefetching is the way to go.
https://cayenne.apache.org/docs/4.0/cayenne-guide/performance-tuning.html#prefetching
I was having a similar issue where my most recently committed records were not
showing up in subsequent queries. Prefetching is what fixed it for me. You can
appl