Questions tagged [scaleout-hserver]

9 questions
4
votes
1 answer

Is it possible that i set fully customized metric for auto scale-out with dataproc worker node in GCP (Google Cloud Platform)

Is it possible that i set fully customized metric for auto scale-out with dataproc worker node in GCP (Google Cloud Platform)?? I want to run Spark distribution processing by dataproc in GCP. But the thing is that, i just want to horizontally scale…
3
votes
1 answer

ScaleOut Software In Memory DataGrid Using Hadoop

I have been doing some reading on real time processing using hadoop and stumbled upon this http://www.scaleoutsoftware.com/hserver/ From what the documentation says, it looks like they implemented an in memory data grid using the hadoop worker/slave…
java_geek
  • 17,585
  • 30
  • 91
  • 113
2
votes
2 answers

Hazelcast fast recovery through shared Memory

We are planning to port our C++ in-memory DB app into Java. We are looking to using Hazelcast as a in-memory DB solution in Java parlance. The required throughput from a system having 40TB of data is 30k reads and writes per sec. Since the amount…
Prashant
  • 115
  • 1
  • 10
1
vote
0 answers

How does SignalR's scaleout dependencyResolver UseSqlServer work under the hood?

Can anyone explain how signalR scaleout dependecyResolver UseSqlServer works. How the Sql backplane works for SignalR applications (what goes on inside the sql server). What is the architecture behind this component. How does it queue and exchange…
1
vote
1 answer

How to Scale out Gitlab EE

Currently I am running the whole gitlab EE as a single container. I need to scale out the service so that it can support more users and more operations/pull/push/Merge Requests etc simultanously. I need to run a redis cluster of its own I need to…
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73
1
vote
0 answers

SQL Server Distributed Partitioning Views how to add new node online

We are using distributed partitioning views in SQL Server 2012 Enterprise Edition for scaling out our data across more than one servers. Now we faced to question how to add a new node (server) into the scale outed db servers system without sending…
0
votes
0 answers

Does Quarkus support SOSS Cache (com.scaleoutsoftware.soss)

My company choose scaleoutsoftware/SOSS as the in-memory cache solution. It is working fine with SpintBoot. Currently, we are migrating all our SprintBoot applications to Quarkus. I cannot get scaleoutsoftware/SOSS work in Quarkus. Seems Quarkus…
0
votes
1 answer

Improving scale out performance for multiple web instances using SignalR Redis Backplane

I have SignalR integrated in our application, and it has been working just fine. Couple of days ago, due to some requirements, we had to support scale out of our application – and hence we opted for SignalR scale out using Redis. However, since…
mitraark
  • 13
  • 1
  • 9
0
votes
1 answer

SignalR Scale out using a backplane

I am confused on a design architecture using a SQL server as a back-plane. My question is can I use Redis as a back-plane and also have SQL serving my user information separate from SignalR messages. I am just very lost on where my SQL server…
Denis Cekic
  • 155
  • 2
  • 11