pub fn load_all_episodes(
store_path: &Path,
session_id: &str,
) -> Result<HashMap<String, Vec<EpisodeRecord>>>Expand description
Load all episodes for all threads in one query, grouped by thread_name. Episodes are ordered by id ASC (chronological order).