AvistoTelecom / jpa-search

This library allows you to create complex searching configurations in an easy way
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Propose a mean of batchnig queries when a lot of results is needed #10

Open GabrielRevelli opened 3 months ago

GabrielRevelli commented 3 months ago

Propose a mean of batchnig queries when a lot of results is needed by using parallel SQL queries.

martinrech4806 commented 1 month ago

When a large number of results are required, the user must configure the number of threads he can authorize and the size at which the library must use Thread(). The goal of this problem is to create a function with a semaphore that manages threads with multiple SQL queries.