Beyond Indexing – Running Tens of Billions of Rows in Any DBMS
Beyond Indexing – Running Tens of Billions of Rows in Any DBMSSpeaker:

Lukas Vileikis
Founder @ BreachDirectory.com
Tematiche:
Infrastructure as Code (IaC) has brought software development practices into the world of operations, but writing code is merely the tip of the iceberg. Over the last few years, a plethora of tools, frameworks, and languages have emerged, and one of the most underestimated challenges today lies at the intersection of two decisions: how we model infrastructure in code, and how we migrate existing production environments without impacting customers.
This talk shares lessons learned from rewriting multiple large-scale, AWS-based production infrastructures, moving from CloudFormation and CDK to Pulumi. We will explore the full lifecycle of an IaC cutover, starting with mapping existing resources to understand what is actually running in production and to uncover hidden dependencies, using tools such as CloudQuery and AWS Config. From there, we will discuss the challenges of translating heterogeneous legacy setups, including CloudFormation templates, manual configurations, Kubernetes manifests, and Helm charts, into a consistent and maintainable codebase.
Along the way, we will examine the often-hidden costs of IaC design choices: should we introduce abstractions to reduce duplication? Is code reuse valuable for infrastructure? When does the expressive power of general-purpose languages pay off, and when does it become a liability?
Attendees will leave with a concrete toolkit and a repeatable approach to plan and execute IaC migrations, making informed trade-offs between simplicity, expressiveness, and operational safety.