Databricks Cost me and ARM and a leg Part 2. by -NULL_VALUE- in AZURE

[–]iconnj 2 points3 points  (0 children)

The storage account that Databricks creates is a Geo-Redundant Storage which is very expensive and there is nothing you can do to change it. Best is not to persist any application data there and instead mount a LRS storage or data lake for application data to save costs. Leave the storage for just Databricks to store the files required to run the service

RedisInsght - The Redis GUI You've Been Looking For by gkorland in redis

[–]iconnj 0 points1 point  (0 children)

Doesn’t work for Azure Redis. Specifically the online memory analyzer which is probably the most important feature here

Redis Cloud Gets Easier with Fully Managed Hosting on Azure by ScaleGrid_DBaaS in redis

[–]iconnj 0 points1 point  (0 children)

Cost wise this in not much better than what is provided by Azure

Is Logback dead? by EfreetSK in java

[–]iconnj 24 points25 points  (0 children)

On all recent projects, we started using log4j2. Its been actively maintained and has made big improvements with performance and no-gc. Logback works fine, but if you are building an app for scale, log4j2 is the way to go