Yes, I'm able to get speeds of at least 1500KB/sec between the two, but it only really happens when I do large queries like mysqldump for example. Most of the time it's at around 300KB/s or less.
On 2/10/20 4:36 PM, Jody Fitzpatrick wrote: Are the VM's within the same network/hosting company? On Mon, Feb 10, 2020 at 8:38 AM Simen Russnes <[email protected]<mailto:[email protected]>> wrote: Ever since I separated my server running the Django code (2.2.9), and my MariaDB server (10.3), there has been a significant lag increase in my application. I've tried to limit the number of explicit requests to the server as the round trip of opening and closing a connection now is obviously going to be slower, but I've noticed that even when doing things like accessing a standard ViewSet, serializing a Model the database can be very slow. One thing in particular that got me worried is that when monitoring the network traffic, I can see simultaneous upload and download speeds, when I would expect only a very small sql request being uploaded, but still a bigger download speed. Are there any general recommendations I should consider implementing? -- Regards, Simen -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:django-users%[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2b0e74fb-eb03-1ddf-b77a-893a06e8aac4%40bio-me.com. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B_%2B3iknrTb8h%3DdbgRrrLmKawHYztn7i5qOEgmijtnfxRUKhZw%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CA%2B_%2B3iknrTb8h%3DdbgRrrLmKawHYztn7i5qOEgmijtnfxRUKhZw%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/91b85a42-cea7-8b49-506a-a34208489d5c%40bio-me.com.

