Hello everyone
We have a problem with a TKL field that performs a simple select in the database.
It is taking 1 minute to load the data on the screen from the smart view, do you know of any way to improve the performance of loading the data from this field?
note: 37,000 records are loaded
this is the query
select Razao_Social as "Razão Social", CPF_CNPJ as "CPF/CNPJ" from CEDOC_Cliente
in the database it takes about 3 seconds