On Mon, 10 Jul 2017, DEIBER ANDRES RINCON ROJAS wrote:
Hi to everybody, I'm developing an web application using Python and Django and it requires storage of excel data, data volume high and still I don't have a clear idea about what database manager implement, Could anyone help me with some suggestions please?. Thanks for your time
You can use any of the supported ones. Without knowing how "high" your data volume is or will be, how many simultaneous users access the application, nor the OS on which it runs I'll still recommend my favorite: PostgreSQL. It's F/OSS, enterprise-class, suitable for a single user, and has outstanding support on the maillists. I've used it for 20 years and am now running version 9.6.3 for my own (and client) applications. Rich