pub async fn create_memory_pools(
config: DatabaseConfig,
) -> Result<Arc<dyn MemoryPoolManager>, DatabaseError>Expand description
Create a memory pool manager based on configuration
pub async fn create_memory_pools(
config: DatabaseConfig,
) -> Result<Arc<dyn MemoryPoolManager>, DatabaseError>Create a memory pool manager based on configuration