SparkSQL相關語法總結

一. spark-sql 1.in 不支持子查詢 eg. select * from src where key in(select key from test); 支持查詢個數 eg. select * from src where key in(1,2,3,4,5); in 40000個 耗時25.766秒 in 80000個 耗時78.827秒 2.union all/union 不支持頂層
相關文章
相關標籤/搜索