|
|
|
|
|
by rkarthik007
2481 days ago
|
|
Very astute observation! Two things: * We implemented a feature to share memory between these connection handling processes so that makes it a bit more efficient * Longer term we are thinking of switching to a thread based model. This is how our other API YCQL works. (cto / co-founder) |
|
DynamoDB/ElasticSearch's approach of not needing to establish/maintain a connection seems like the ideal solution. I think for applications that would utilize your DB, a minor hit to the speed of an individual request is well worth it as compared to being able to scale up the amount of simultaneous requests.