When I issue a command to the rest api in the latest version of orientdb, it takes an inordinately long time for anything to happen.
For example, if I issue this post request: url: http://admin:admin@localhost:2480/command/mydb/sql/ body: insert%20into%20stuff(name)%20VALUES%20(%27testing%27) That query takes 30.027 seconds to execute. Likewise similar insertion operations to the database. My curl requests from php are timing out due to how long these types of requests are taking. What is going on here? I observed this first on my Ubuntu production server, and then installed 1.6.3 locally on my Mac to verify. Both lead to the same result... I installed via ant from Github in both cases. Am I missing something here in terms of server configuration? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.