Maximizing Storage I/O Performance for Microsoft SQL Server workloads on Oracle OCI IaaS.

Running Microsoft SQL Server on Oracle OCI IaaS can deliver excellent performance, but only if the storage layer is designed and validated correctly. Too often, performance issues are attributed to the database engine while the real bottleneck sits in an improperly configured or untested storage setup. In this article, I walk through a storage configuration specifically designed for SQL Server workloads on Oracle OCI, focusing on block volume layout, attachment type, and I/O characteristics. The setup is not theoretical: it…

Continue ReadingMaximizing Storage I/O Performance for Microsoft SQL Server workloads on Oracle OCI IaaS.

Supercharging OCI Object Storage with Rclone Mount on a High-Performance Windows Shape

When you think about Object Storage, your first instinct is probably that it’s great for durability and cost, but not exactly known for blazing-fast file sharing over SMB. But what if you could expose an OCI Object Storage bucket as a Windows file share with 700–900 MB/s throughput on large video files? Yes, it’s possible — and surprisingly smooth — when you pair Rclone mount with a Windows shape (16 OCPUs) and a 120 VPU / 1.6TB block volume acting…

Continue ReadingSupercharging OCI Object Storage with Rclone Mount on a High-Performance Windows Shape

Integrate Oracle Cloud Instance Management with Home Assistant

In this post, I’ll guide you through setting up a solution to manage Oracle Cloud Infrastructure (OCI) instances directly from Home Assistant using HTTP calls. By combining the power of the oci CLI and a Node.js server, you’ll be able to start, stop, and monitor your OCI instances effortlessly. Requirements Before starting, ensure you have the following: Home Assistant installed and running. A server with Node.js and OCI CLI installed. OCI CLI configured with the appropriate credentials. Your instance's OCID…

Continue ReadingIntegrate Oracle Cloud Instance Management with Home Assistant