# Data Storage

Published articles for Data Storage.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Dropbox Outlines How Focusing on Existing Infrastructure Efficiency Can Create Headroom for AI

DevFeed: [Dropbox Outlines How Focusing on Existing Infrastructure Efficiency Can Create Headroom for AI](<https://devfeed.tech/articles/dropbox-outlines-how-focusing-on-existing-infrastructure-efficiency-can-create-headroom-for-ai-30908.md>)

Original publisher: [Read original article](<https://www.infoq.com/news/2026/09/dropbox-datacenter/>)

Author: Matt Foster

Published: 2026-09-16T07:15:00Z

Content type: news

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Magic Pocket](<https://devfeed.tech/topics/magic-pocket.md>), [data centers](<https://devfeed.tech/topics/data-centers.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-architecture](<https://devfeed.tech/tags/ai-architecture.md>), [ai-ml-data-engineering](<https://devfeed.tech/tags/ai-ml-data-engineering.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data-center](<https://devfeed.tech/tags/data-center.md>), [data-storage](<https://devfeed.tech/tags/data-storage.md>), [devops](<https://devfeed.tech/tags/devops.md>), [dropbox](<https://devfeed.tech/tags/dropbox.md>), [dropbox-datacenter](<https://devfeed.tech/tags/dropbox-datacenter.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [infrastructure-optimisation](<https://devfeed.tech/tags/infrastructure-optimisation.md>), [magic-pocket](<https://devfeed.tech/tags/magic-pocket.md>), [ml-data-engineering](<https://devfeed.tech/tags/ml-data-engineering.md>), [networking](<https://devfeed.tech/tags/networking.md>), [news](<https://devfeed.tech/tags/news.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [storage](<https://devfeed.tech/tags/storage.md>), [sustainable-computing](<https://devfeed.tech/tags/sustainable-computing.md>)

### AI overview

Dropbox describes how long-running infrastructure optimization helps it accommodate growing AI demand by improving forecasting, fleet utilization, storage density, hardware lifecycles, and rack-level power delivery. Its storage infrastructure has used more than 50% less power per petabyte since 2020.

### Source excerpt

Dropbox has outlined how a decade of infrastructure optimization is helping it absorb growing demand from AI without treating new data-center capacity as the only answer. Its work spans forecasting, fleet utilization, storage density, hardware lifecycles, and rack-level power delivery, much of it predating the current AI boom. By Matt Foster

## DynamoDB For System Design Interviews

DevFeed: [DynamoDB For System Design Interviews](<https://devfeed.tech/articles/dynamodb-for-system-design-interviews-32313.md>)

Original publisher: [Read original article](<https://evanking1.medium.com/dynamodb-for-system-design-interviews-4512544c5023?source=rss-9736778727ef------2>)

Author: Evan King

Published: 2024-11-19T21:30:02Z

Content type: tutorial

Language: en

Sources: [Evan King](<https://devfeed.tech/sources/evan-king.md>)

Topics: [DynamoDB](<https://devfeed.tech/topics/dynamodb.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [NoSQL](<https://devfeed.tech/topics/nosql.md>), [Database](<https://devfeed.tech/topics/database.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Application Development](<https://devfeed.tech/topics/application-development.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Learning](<https://devfeed.tech/topics/learning.md>), [vendor lock-in](<https://devfeed.tech/topics/vendor-lock-in.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [data-storage](<https://devfeed.tech/tags/data-storage.md>), [database](<https://devfeed.tech/tags/database.md>), [dynamodb](<https://devfeed.tech/tags/dynamodb.md>), [learning](<https://devfeed.tech/tags/learning.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [system-design-interview](<https://devfeed.tech/tags/system-design-interview.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

This tutorial explains DynamoDB for system design interviews. It covers DynamoDB's managed operation, scalability, key-value and NoSQL data model, transaction support, lack of open-source internals, and practical considerations including vendor lock-in and whether interviewers permit its use.

### Source excerpt

By the Co-founder of www.hellointerview.comIntro DynamoDB is a fully-managed, highly scalable, key-value service provided by AWS. Cool, buzz-words. But what the hell does that mean and why does it matter? Fully-Managed -- This means that AWS takes care of all the operational aspects of the database. The fully-managed nature allows AWS to handle all operational tasks -- hardware provisioning, configuration, patching, and scaling -- freeing developers to concentrate on application development. Highly Scalable -- DynamoDB can handle massive amounts of data and traffic. It automatically scales up or down to adjust to your application's needs, without any downtime or performance degradation. Key-value -- DynamoDB is a NoSQL database, which means it doesn't use the traditional relational database model. Instead, it uses a key-value model that allows for flexible data storage and retrieval. The moral of the story is that DynamoDB is a super easy to use and can scale to support a wide variety of applications. For system design interviews in particular, it has just about everything you'd ever need from a database. It even supports transactions now! Which neutralizes one of the biggest criticisms of DynamoDB in the past. Importantly, DynamoDB is not open-source, so we can't as easily describe its internals like we did with breakdowns of open source technologies like Kafka and Redis. Instead, we'll focus more on you interact with it. In order to look under the hood, we'll rely on the limited information AWS provides via documentation and the DynamoDB Whitepaper. In this deep dive, we'll break down exactly what you need to know about DynamoDB in order to field any question about it in a system design interview. Along the way, you'll also acquire practical learning that you can later apply in your own projects. Let's break it down! Candidates often ask me, "am I even allowed to use DynamoDB in an interview?"The answer is simple, ask your interviewer! Many will say yes, and just expec

## Securely Managing Your Audit Logs with Teleport and Snowflake

DevFeed: [Securely Managing Your Audit Logs with Teleport and Snowflake](<https://devfeed.tech/articles/securely-managing-your-audit-logs-with-teleport-and-snowflake-29853.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/snowflake-log-forwarding/>)

Author: kenneth.dumez@goteleport.com (Kenneth DuMez)

Published: 2022-10-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [audit](<https://devfeed.tech/topics/audit.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [Security](<https://devfeed.tech/topics/security.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [event driven](<https://devfeed.tech/topics/event-driven.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [audit](<https://devfeed.tech/tags/audit.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [data](<https://devfeed.tech/tags/data.md>), [data-lake](<https://devfeed.tech/tags/data-lake.md>), [data-storage](<https://devfeed.tech/tags/data-storage.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [event](<https://devfeed.tech/tags/event.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [export](<https://devfeed.tech/tags/export.md>), [filter](<https://devfeed.tech/tags/filter.md>), [format](<https://devfeed.tech/tags/format.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>), [snowflake](<https://devfeed.tech/tags/snowflake.md>)

### AI overview

A tutorial explains how to forward Teleport audit logs to Snowflake using Fluentd as a collector, Amazon S3 as an intermediary, and Snowpipe for ingestion. It covers the security, organization, searchability, and low-latency benefits of this workflow for SIEM-related log management.

### Source excerpt

How to securely manage all of your event-driven audit logs with Snowflake and Teleport.

## Creating fully encrypted ZFS pool

DevFeed: [Creating fully encrypted ZFS pool](<https://devfeed.tech/articles/creating-fully-encrypted-zfs-pool-27668.md>)

Original publisher: [Read original article](<https://gagor.pro/2021/11/creating-fully-encrypted-zfs-pool/>)

Author: Tom

Published: 2021-11-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [backups](<https://devfeed.tech/topics/backups.md>)

Tags: [backup](<https://devfeed.tech/tags/backup.md>), [data-storage](<https://devfeed.tech/tags/data-storage.md>), [debian](<https://devfeed.tech/tags/debian.md>), [encrypted-zfs-pool](<https://devfeed.tech/tags/encrypted-zfs-pool.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-zfs-setup](<https://devfeed.tech/tags/linux-zfs-setup.md>), [raid](<https://devfeed.tech/tags/raid.md>), [secure-data-storage](<https://devfeed.tech/tags/secure-data-storage.md>), [security](<https://devfeed.tech/tags/security.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [ubuntu-zfs-guide](<https://devfeed.tech/tags/ubuntu-zfs-guide.md>), [zfs](<https://devfeed.tech/tags/zfs.md>), [zfs-encryption](<https://devfeed.tech/tags/zfs-encryption.md>), [zfs-pool-configuration](<https://devfeed.tech/tags/zfs-pool-configuration.md>)

### AI overview

A tutorial on creating a fully encrypted ZFS pool on Linux. It covers choosing RAIDZ1, generating and backing up an encryption key, creating the pool with stable disk identifiers, and configuring automatic decryption at boot.

### Source excerpt

Learn how to create a fully encrypted ZFS pool on Linux, including steps for generating encryption keys and configuring ZFS for secure data storage.