# Accelerate database operations by writing multiple sessions and memories in a single call

> All Agno database implementations now support bulk writes, enabling multiple Sessions and Memories to be persisted with one operation.

- Published: 2025-09-24
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/accelerate-database-operations-by-writing-multiple-sessions-and-memories-in-a-single-call
- Markdown: https://agno-com-nine.vercel.app/articles/accelerate-database-operations-by-writing-multiple-sessions-and-memories-in-a-single-call.md

All Agno database implementations now support **bulk writes**, enabling multiple Sessions and Memories to be persisted with one operation. This reduces overhead for high-volume workflows and improves performance for large-scale deployments.

**Why this matters:**

- Reduces API calls and integration complexity
- Improves performance for data-intensive workflows
- Supports scalable, production-ready agent deployments
