Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 453 Bytes

15721-s24-scheduler2

15-721 Spring 2024 - Scheduler #2

TODO

  • Priority queue task selection logic

  • Support for intra-QUERY parallelism

  • Scheduler server logging with [tracing]

  • Better error handling with [anyhow] or [thiserror]

  • Changes made:

    1. Refactor frontend, support submitting batch SQL jobs and timing of individual query
    1. Implement executor execution plan rewrite
    1. Add recordbatch serialization/deserialization