Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    aa9ab3d9
    export: Pre-fetch staff objects · aa9ab3d9
    Jared Hancock authored
    This is required because using unbuffered MySQL queries means that no other
    SQL queries can be run until the export is finished. Since the Staff model
    will lazily query the config table, the queries need to be fetched in
    advance.
    aa9ab3d9
    History
    export: Pre-fetch staff objects
    Jared Hancock authored
    This is required because using unbuffered MySQL queries means that no other
    SQL queries can be run until the export is finished. Since the Staff model
    will lazily query the config table, the queries need to be fetched in
    advance.