Need an Advice about large database I/O

16 views
Skip to first unread message

Mottaz Hegaze

unread,
Jul 4, 2021, 3:16:21 PM7/4/21
to Django users
Hello Friends,

Hope all is well,

I have a project that involves reading large data files ( csv, excel sheets ) and writing them to a database.

I am thinking of using the django ORM to read / write from files from / to the database ( maybe postgresql ) and to use Django templates to show records from the database.

Is django the write solution for this? using ORM and templates ?

When writing thousands of records to the database , can I execute this in another thread or asynchronously ?

When reading millions of records from a database , how to do it without freezing the view until all records are loaded ?

Looking forward to all your thoughts.

Regards

Reply all
Reply to author
Forward
0 new messages