//! # Batch Operations Module
//!
//! Optimized batch operations for episodes and patterns using transactions
//! and prepared statements for 4-6x throughput improvement.
//!
//! ## Modules
//!
//! - `episode_batch` - Episode batch operations
//! - `combined_batch` - Combined episode + pattern batch
//! - `query_batch` - Batch query operations
//! - `pattern_core` - Pattern storage batch operations
//! - `pattern_types` - Pattern batch types
//! - `heuristic_core` - Heuristic storage batch operations
//! - `heuristic_types` - Heuristic batch types
// Pattern batch modules
// Heuristic batch modules
// Tests