Marwan
05/24/2024, 11:23 AM/services/rest/query/v1/suiteql
endpoint in the REST API... if you have a big SQL statement and you want to optimize it, what are the existing options?
Our client wants to fetch the data of some transactions for the last 5 months. And fetching one day takes around 2 hours.tdietrich
05/24/2024, 12:36 PMEdgar Valdes
05/24/2024, 1:10 PMMarwan
05/27/2024, 2:57 AMField 'amount' for record 'transactionLine' was not found. Reason: NOT_EXPOSED
@Edgar Valdes It is about 60k rows, 23 columns and one join. We also use a lot of functions like REGEXP_REPLACE, ABS, BUILTIN.DF and CONCAT.Marwan
05/28/2024, 10:35 AM