Hi During a performance (adding ~15000 users) test it occurred to us that syncopy was getting slower and slower. Now I am trying to delete all users using a simple bash/curl script, and that's also very slow (like 1 user every 10 seconds)
I know that the modern versions are quicker, but does anybody have obvious tips to increase the speed of our version? Are there important database indexes for example that where added between version 0.7 and 1.1? Or does anybody have a good query, that takes care of all the foreign keys etc, that I can use directly on the DB? Jesse van Bekkum
