Re: API Performance
Hi Jiazhi, could you be more specific as to what you want to achieve? In general, if you write relational queries, Table API will be a tad slower on startup as it generates codes, but execution is faster as a result. It also performs logical and physical optimizations. So if your query has optimi
API Performance
Hi all I want to know which performance is faster, the DataStream API or the Table API + SQL. Thanks, Jiazhi