Posts by lpt • 11 points
1 post
-
1
votes0
answers32
viewsQ: How to perform a select with 2.7 billion records in every table?
By making a certain select in a table with about 2.7 billion records the Hive returns error. But including a LIMIT 2147483647, the select not of error. The problem is I need to sweep all table and…