簡単なクエリを実行しようとしましたが、エラーが発生しましたresponse too large to return
SELECT accno, year, month, count(*) as cnt
FROM eric.accesslogs_tbl
GROUP BY accno, year, month
ORDER BY cnt, year, month limit 1000;
私のデータテーブルの統計:
テーブル サイズ: 64.7 GB
行数: 59,971,371
回避策はありますか?そうでなければ、私たちはそれを使うことができません。