2015-05-05 6:15 GMT+02:00 David Muller <[email protected]>: > Haven't had a chance to try and throw everything into RAM disk but that > sounds pretty cool. >
Actually, that's the reason why I added support for tablespaces on PostgreSQL in Django 1.4 :-) https://docs.djangoproject.com/en/1.8/ref/settings/#default-tablespace https://docs.djangoproject.com/en/1.8/ref/settings/#default-index-tablespace I remember that it was easy to set up and worked well. It made a good difference on the CI server, which had traditional hard disks, but not an appreciable change locally on my laptop, which has a SSD. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CANE-7mXx9FvgU8k1mqi2WjTXGHYjUvOdhtwmqkVEkv9LLbAQ5Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
