This guide explains how to use Python to send database query results directly from the server to the client without loading the entire result set into memory first. You'll learn how to optimize memory usage and improve performance by streaming results one row at a time, using the Python libraries and techniques outlined in this guide. Whether you're working with small or large datasets, this approach can help you minimize memory usage and speed up query execution times.
-
Notifications
You must be signed in to change notification settings - Fork 0
JoseAngel1196/memory-friendly-database-streaming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.