Re: Wrong Index selection for query?

2022-11-15 Thread Jorge Flórez
Hi, as additional info, I executed the query using "explain measure": explain measure SELECT [jcr:uuid] FROM [RADICADO_MIGRADO] WHERE [Num_Radicado] = 'R-2022-005778' and the result was: [RADICADO_MIGRADO] as [RADICADO_MIGRADO] /* lucene:Index1(/oak:index/Index1) Num_Radicado:R-2022-005778 w

Re: Unresolved Conflict Question

2022-11-15 Thread Angela Schreiber
hi jorge imho this would be a great addition to the oak documentation e.g. linked into the section https://jackrabbit.apache.org/oak/docs/dos_and_donts.html would it be possible for you to create ticket and a PR for oak-doc? kind regards angela From: Jorge Flóre

Re: Oak Jenkins build takes up too many resources

2022-11-15 Thread Marcel Reutegger
Hi, On 11.11.22, 15:11, "Robert Munteanu" wrote: > I think it would be worthile to check if the build can be optimised FYI, I also changed the Job configuration to not build PRs in draft state. Regards Marcel

Re: Oak Jenkins build takes up too many resources

2022-11-15 Thread Konrad Windszus
Probably it would also be fair to not parallelise all modules (i.e. reserve only handful number of slots instead of almost all available). Currently we trigger 35 builds at the same time: https://github.com/apache/jackrabbit-oak/blob/6c04951be723c4574d3a7c1bcc4ec04e9f9e7dd0/Jenkinsfile#L23

Re: Oak Jenkins build takes up too many resources

2022-11-15 Thread Marcel Reutegger
On 14.11.22, 16:29, "Konrad Windszus" wrote: > Can you come up with a PR? See https://github.com/apache/jackrabbit-oak/pull/755 Though, I don’t think the build it triggers actually uses the updated Jenkinsfile. Regards Marcel