You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the head is really inefficient -- it numbers every row (which is slow) then it throws away most of the rows. Is there a way to do this that does not transfer the data back and forth to the master, and does not force a job to be scheduled?
The text was updated successfully, but these errors were encountered:
Getting the head is really inefficient -- it numbers every row (which is slow) then it throws away most of the rows. Is there a way to do this that does not transfer the data back and forth to the master, and does not force a job to be scheduled?
The text was updated successfully, but these errors were encountered: