For reference, querying what are supposed to be the equivalent tables/views:
👀 1
e
ericl
08/21/2024, 12:56 PM
i just tested these same queries and got similar results. i've not done any extensive benchmarking tests but seems to be slower on most queries.
w
West Bennett
08/21/2024, 4:08 PM
Isn't this ridiculous @ericl? For the newer service that we're being forced onto to be TEN TIMES slower than the existing service that we're currently using???
e
ericl
08/21/2024, 6:37 PM
Absolutely. We're not sure how impactful this will be for us yet. We use a 3rd party platform called Stitch to sync data to our Redshift platform. We're going to spin up a new version soon to see how much slower it is.
ericl
08/21/2024, 6:38 PM
considering how much slower it is, my suspicion is that they've added an abstraction layer in between. probably something like converting the SQL query to API calls.
✅ 1
😡 1
s
Sean Pecor
08/27/2024, 6:46 PM
I'm experiencing the same insanely slow query performance. For example, this query takes 30 freaking minutes with Netsuite2:
select count(*) from transaction where recordtype= 'salesorder'
lolcry
🤯 1
😡 1
w
West Bennett
12/11/2024, 4:38 PM
Follow-up! Query: "Pull the very first transaction ever". Here's the results for NS vs NS2 data sources: