azure-elasticpool

Do Azure Elastic Database Pools allow Cross Database transactions?

本秂侑毒 提交于 2019-12-24 19:14:36
问题 We have Stage database, which contains stored procedures, and transfers data into an OLTP Database. Do Elastic SQL Databases reside on same server, and give ability to conduct cross-db stored procedure transactions? Would Elastic databasepool allow this? https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-pool 回答1: You can achieve elastic transactions spanning across databases using .NET client applications. This is currently under preview. Elastic transactions at server

SocketTimeoutException while retrieving or inserting data into Elastic Search by using Rest High Level Client

社会主义新天地 提交于 2019-12-12 15:03:43
问题 I'm facing SocketTimeoutException while retrieving/inserting data from/to elastic. This is happening when there are around 10-30 request/second . These requests are combination of get/put. Here is my elastic configuration: 3 master nodes each of 4GB RAM 2 data nodes each of 8GM RAM Azure load balancer which connects to above data node (seems only 9200 port is opened on it). And java client connects to this load balancer as it's only exposed. Elastic Version: 7.2.0 Rest High Level Client: