What are the advantages of suiteanalytics connect vs a restlet that executes suiteql passed in as a parameter and returns the results? Is it the same schema?
s
stalbert
07/23/2021, 2:55 PM
the ODBC schema differs. I think the REST schema is supposed to be the same. A potential advantage of using the pre-built connectivity is they can better optimize for it than a custom restlet.
a
Alan Fitch
07/23/2021, 2:58 PM
Which schema do you think is better? For example getting a breakdown of inventory by bin, lot and item has proven impossible in suiteql. Even @tdietrich couldn't help me.
Alan Fitch
07/23/2021, 3:07 PM
Would this be possible in the odbc schema?
m
michoel
07/25/2021, 7:10 AM
ODBC has two schemas available. The netsuite2 schema is supposedly the same as analytics/SuiteQL. ODBC shines in raw speed for simple queries without joins, for example if you wanted to replicate tables in data warehouse.