|
|
|
|
|
by blaisio
2576 days ago
|
|
... Don't you have to establish an HTTPS connection to use this API? Is that really easier than using the existing MySQL protocol? Or is it really so horrible that HTTPS is faster? Things establishing new connections will never be as fast as things reusing existing connections. It seems wasteful to ignore this. |
|
Also, establishing an HTTP connection is much faster than establishing a typical database connection, in my experience. I don't know why that is.