This query is marked as a draft This query has been published by Krinkle.

SQL

AخA
 
SELECT
  r.rev_timestamp,
  r.rev_id,
  r.rev_len,
  r.rev_parent_id,
  rp.rev_id,
  rp.rev_len
FROM revision_userindex r
  LEFT JOIN revision_userindex rp ON rp.rev_id = r.rev_parent_id
WHERE r.rev_id = 834314845
LIMIT 10
-- Error: Query times out. Why is this join slow?
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...