Consider the following 2 tables:
Table A: id event_time Table B id start_time end_time
Every record in table A is mapped to exactly 1 reco
By not changing the schema do mean you can't add an index? Try a multi column index on start_time and end_time.