Static information and validation is indeed computed after bean discovery, but there are various injections happening during each call. Might also be interesting to see how different scopes can impact performance (e.g. AppScoped repositories vs. dependent).
On Sun, Mar 15, 2015 at 10:42 PM, Karl Kildén <[email protected]> wrote: > Hello, > > I have not really noticed any perf issues with deltaspike data but then > again I did not measure it either. We use it a lot. Would be great to learn > more about it for sure. > > I always assumed the method name query syntax and the other static stuff > would be cached etc so I don't really get why it would be any major penalty > all though I understand each abstraction will have some kind of impact... > > > > > On 15 March 2015 at 21:40, hwaastad <[email protected]> wrote: > > > Hi guys, > > and thanks for answering. > > > > I'll try to get something out on github tomorrow. > > > > Br hw > > > > > > > > -- > > View this message in context: > > > http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/multithreaded-repository-issues-tp4660132p4660145.html > > Sent from the Apache DeltaSpike Incubator Discussions mailing list > archive > > at Nabble.com. > > >
