In this blog we are going to cover one use case in which we want to use 2 measures and plot them next to each other in the same canvas (rather than 2 separate charts) using grid charts.
Implementing HALB in Helical Insight
In this blog we are going to learn how to implement High availability and load balancing using an Apache web server with two Tomcat instances. This can help in improving performance as well as ensuring that there is no downtime. There could be other modes as well of implementing HA LB using other servers also like IIS, NGINX, HA proxy, load balancer appliances provided by AWS GCP etc. But in this blog we have covered how it can be done using Apache web server.
Share with
Implementing load balancing in Trino
In this blog we are going to cover how can you setup Trino on multiple load balancing mode so that the SQLquery execution can happen in parallel, thus helping in better performance as well as a fault tolerant server in case if one server goes down users requests will still be getting processed.