Introducing AIStor Memory: The Enterprise Memory Foundation for Agentic AI
Learn More
about AIStor Memory
MinIO AIStor Brings Object Data Stores for the NVIDIA STX Reference Architecture
Learn More
about AIStor and the NVIDIA STX reference architecture
MinIO Awarded Databricks ISV Storage Partner of the Year
Learn More
about the Databricks Partner of the Year award
Upcoming Webinar: 9/17 - Breaking the GPU Memory Wall for AI Inference with MinIO & NVIDIA
Register Now
about AIStor and the NVIDIA STX reference architecture
Product
OVERVIEW
What is AIStor?
FEATURES
AIStor Tables
Encryption
Object Immutability
Identity + Access Mgt
Lifecycle
Replication
Versioning
Key Management Server
Firewall
Observability
S3 Compatibility
Object Prompt
Events and Lambdas
Security & Compliance
Identity & Access
Encryption & Keys
Anti-Ransomware
Compliance
Protocols
S3
S3 Express
Iceberg Catalog
MCP*
SFTP
Delta Sharing
Data Store
Table
Object
Data Engine
Data Management
Replication
Data Resilience
Acceleration
Operations & Management
Administration
Traffic Management
Observability
Proactive Support
Multi-Tenancy Support
Data & Memory Foundation for Enterprise AI
Petascale Context
for AI Inference
MinIO for NVIDIA
MinIO for Databricks
Data & Memory Foundation
Memory
Tables
Objects
AIStor Features
Security & Compliance
Identity & Access
Encryption & Keys
Anti-Ransomware
Compliance
Protocols
S3
S3 Express
Iceberg Catalog
OpenSharing
MCP
SFTP
Ops & Management
Administration
Traffic Management
Observability
Proactive Support
Multi-Tenancy Support
Data ENgine
Data Management
Replication
Data Resilience
Acceleration
Reference Hardware
Erasure Code Calculator
AIStor Documentation
Use Cases
AI TRAINING & INFERENCE
FEATURES
AIStor Tables
Encryption
Object Immutability
Identity + Access Mgt
Lifecycle
Replication
Versioning
Key Management Server
Firewall
Observability
S3 Compatibility
Object Prompt
Events and Lambdas
AI Inference
AI Training
ANALYTICS ON MASSIVE DATASETS
Observability and Telemetry
Financial Transactions
SIEM and Security
Industrial and Operational Technology
AI Storage
Learn how MinIO is leading the AI storage market from its exclusive features to performance at scale.
Generative AI
Unify your data silos into one Apache Iceberg-native AI data store for exascale AI and data lakehouse workloads
Data Lakehouse for AI and Analytics
Stream insights instantly. AIStor supports every major data lakehouse engine, bringing structured and unstructured data together
Integrations with MinIO
MinIO Government
On-Prem Data for Databricks
HDFS Migration
Data Lakehouse Analytics
ANALYTICS ON MASSIVE DATASETS
Observability and Telemetry
Financial Transactions
SIEM and Security
Industrial and Operational Technology
AI-READY LAKEHOUSE
Data Lakehouse for Al & Analytics
On-Prem Data with Databricks
AI TRAINING & INFERENCE
AI Training
AI Inference
OTHER SOLUTIONS
MinIO for Government
Hadoop Liberation
Resources
Customer Stories
How leading data teams solved GPU bottlenecks, fragile lakehouses, and runaway cloud costs.
Resources Library
Browse our library of white papers, solution briefs, benchmarks and videos.
Blog
Product updates, company news, and educational content.
MinIO Academy
Training and hands-on labs to become an AI Data Infrastructure Expert.
Learning Center
Industry insights, modernization strategies, and AI infrastructure best practices to stay ahead in the evolving data landscape.
Documentation
Expand your expertise through a variety of helpful documents on reference development.
Events
Newsroom
Partners
Find A Partner
Connect with certified MinIO partners to deploy, integrate, or build on AIStor for your specific use case and region.
Become A Partner
Get exclusive training, certification, deal support, and recurring revenue opportunities.
Access the Partner Portal
For existing partners, login to the Partner Portal.
MinIO + NVIDIA
MinIO + Databricks
Customer Stories
Community
Github
Explore, experiment, ask questions and contribute.
Slack
Crowdsourced support by and for the community.
Community Docs
Official guides, tutorials, and references for MinIO Community Edition.
Community Edition
Pricing
Support
Support
Download
MinIO Blog
Featured
From Data to Dominance at the Tactical Edge
AIStor powers autonomous AI at tactical edge—air-gapped, JADC2-aligned for DDIL combat environments
Featured
Introducing AIStor Memory: Long-Term Memory For AI Agents
Every agent begins with the experience your organization has already earned.
Featured
Introducing MinIO MemKV: Purpose built Context Store for Inference at scale
MinIO MemKV eliminates the recompute tax in GPU inference clusters with shared petabyte-scale context memory.
Filter by:
Select filters
AIStor
0
AI/ML
0
Data Lakes & Analytics
0
Apache Ecosystem
0
Kubernetes & Containers
0
Security
0
Cloud Infrastructure
0
Performance
0
Operations
0
Storage & Infrastructure
0
Integrations & Partners
0
Architecture & Design Patterns
0
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Clear All
Find posts and categories
Value
Filter by:
Select Topics
AgentMemory
0
AI/ML
0
AIStor
0
Apache Ecosystem
0
Architecture & Design Patterns
0
Cloud Infrastructure
0
Data Lakes & Analytics
0
Databricks
0
Integrations & Partners
0
Kubernetes & Containers
0
MemKV
0
Operations
0
Performance
0
Security
0
Storage & Infrastructure
0
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Clear All
Prompt Caching: Stop Paying GPUs to Read the Same Prompt Twice
Every coding assistant, enterprise chatbot, and agent loop resends the same tool schemas, system instructions, and policy text on every turn, and the GPU rebuilds all of it into attention state before it can emit a single output token. Prompt caching computes that prefix once and reuses the KV state, and MemKV takes it from a per-process optimization to a shared NVMe-backed tier that survives routing across replicas, HBM eviction, worker restarts, and concurrency.
AgentMemory
AI/ML
AIStor
Performance
Operations
AgentMemory
AI Readiness
Performance
Operator's Guide
From Cache Hits to Production SLAs | Part 3 of 3
Cache hits are not the outcome. Part 3 turns the architecture from Parts 1 and 2 into an evaluation framework: capture an honest tail-latency baseline first, treat MinIO's published 53-second-to-703-millisecond TTFT result as a proof point to reproduce rather than a business-case input, and follow the measurement chain from repeated context through prefix reuse and avoided recompute to unit economics, ending in a buyer checklist that judges a shared context tier on P99 TTFT and jitter rather than throughput or capacity.
AgentMemory
AI/ML
AIStor
Operations
Performance
AgentMemory
AI Readiness
Data Pipelines
Performance
When Repeated Context Becomes an Infrastructure Problem | Part 2 of 3
A prefix cache that only helps one process is useful, but requests move across replicas, HBM fills, sessions spill, and workers restart, so reuse that lives inside a single worker is not a fleet architecture. Part 2 works through what the serving stack needs once KV state leaves local GPU memory: a tier that is larger than HBM, fast enough that restore beats recompute, shared across workers, and reachable through the runtime's own KV transfer path, which is memory behavior at cluster scope rather than storage.
AgentMemory
AI/ML
AIStor
Performance
AgentMemory
AI Readiness
Performance
Prompt Caching Is an AI Margin Lever, Not a Model Trick | Part 1 of 3
Agentic AI applications resend the same project rules, tool schemas, and document context on every turn, so an expensive GPU fleet spends much of its time rebuilding a prefix it has already processed. Part 1 of three reframes prompt caching as an operating-margin lever rather than a model feature, maps prompt caching, prefix caching, KV cache, and KV cache offload to the business questions each one answers, and argues that reusable context needs a memory path rather than ordinary enterprise storage.
AgentMemory
AI/ML
AIStor
Performance
AgentMemory
AI Readiness
We deleted the agent mid-sentence. The work continued.
Worker A gathers evidence, publishes an accepted handoff, starts another edit, and is deleted mid-sentence with the unfinished tail left visible. Worker B starts in a fresh runtime with no session state, verifies the last accepted boundary in the same authorized AIStor Memory Workspace, discards the unchecked tail, and continues the work rather than restarting it.
AgentMemory
AI/ML
AIStor
AgentMemory
AI Readiness
Data Pipelines
Your inbox agent has no business remembering your workouts
Personal AI agents become useful as they learn you, but that familiarity should not require one agent accumulating your entire life. AIStor Memory gives each agent a bounded relationship with its own learned history, active workspace, and credential scope, all under your control.
AI/ML
AgentMemory
AIStor
AgentMemory
AI Readiness
The Complete GPU Storage Stack: AIStor + MemKV Architecture Guide
Learn how AIStor, MemKV, and a secure data fabric form the three-layer GPU stack that slashes inference latency.
Architecture & Design Patterns
MemKV
Performance
Architect's Guide
Performance
AIStor
Embedded vs. External Iceberg Catalogs: How the Catalog Layer Works in a Data Lakehouse
Most Iceberg lakehouses run the catalog as a separate external service, but AIStor embeds it directly inside the object store at /_iceberg.
Apache Ecosystem
Data Lakehouses
Storage & Infrastructure
No items found.
Introducing AIStor Memory: Long-Term Memory For AI Agents
Every agent begins with the experience your organization has already earned.
AI/ML
AIStor
Integrations & Partners
AgentMemory
AI Agents
AIStor
AgentMemory
Search Compressed Data Without Decompressing It
Learn how MinLZ enables fast, selective searches of compressed data without decompression, dramatically reducing I/O and accelerating queries on object storage.
Performance
Performance
AIStor
Migrate Your Entire Iceberg Catalog to MinIO AIStor® In One Command Without Moving a Single File
Moving your Iceberg catalog to MinIO AIStor no longer means re-registering tables by hand. The mc table migrate command reads metadata from your existing catalog, whether that's Nessie, Polaris, Hive Metastore, AWS Glue, or a SQL-backed catalog, and registers your tables directly in AIStor's built-in Iceberg REST catalog. Your Parquet files stay where they are.
AIStor
Data Lakes & Analytics
No items found.
The On-Premises Data Databricks Couldn't Reach. Until Now.
MinIO joins the Databricks Software-Defined Storage Ecosystem. Live, zero-copy access to on-premises data.
Architecture & Design Patterns
AIStor
Data Lakes & Analytics
Databricks
Databricks
Open Table Formats
MinIO AIStor® Joins ClickHouse House Mates
MinIO AIStor joins ClickHouse House Mates as a validated, trusted storage partner for ClickHouse Private deployments. AIStor gives ClickHouse the high-performance, fully S3-compatible object storage layer it needs to scale without limits.
AIStor
Data Lakes & Analytics
AIStor
ClickHouse
Density Was Supposed to Cost You Performance. The Numbers Say Otherwise.
Solidigm and MinIO put high-density QLC NVMe object storage under real load and disproved the long-held assumption that density costs performance. The tested node is the same building block that scales directly into MinIO's ExaPOD reference architecture, so the path from a single pod to exascale runs on identical hardware and software.
AI/ML
Performance
Storage & Infrastructure
Architecture & Design Patterns
AI Readiness
MLOps
Generative AI
GPU-Accelerated Semantic Search with NVIDIA cuVS and MinIO AIStor
Not every semantic search problem needs a vector database. NVIDIA cuVS runs GPU vector search in memory; MinIO AIStor persists every artifact from raw documents to indexes. Full pipeline, working code.
AI/ML
Performance
AI Readiness
NVIDIA
S3
Introducing MinIO MemKV: Purpose built Context Store for Inference at scale
MinIO MemKV eliminates the recompute tax in GPU inference clusters with shared petabyte-scale context memory.
AI/ML
Cloud Infrastructure
Performance
Storage & Infrastructure
MemKV
AI Readiness
Cloud Native
Data Pipelines
NVIDIA
MLOps
What Happens When Databricks Can Query Your On-Premises Data Directly
Until recently, data that stayed on-premises was data that Databricks couldn't reach. If your analytics and AI workloads ran in Databricks, and your most valuable data lived on-prem, you had two options: build and maintain a replication pipeline to copy data into the cloud, or accept that certain datasets simply wouldn't participate in your cloud analytics.Both options carry real costs. But a third option now exists: Databricks querying on-premises data directly, with no copies and no pipelines, through the open Delta Sharing protocol embedded natively in MinIO AIStor.
AIStor
AI/ML
Data Lakes & Analytics
Databricks
Databricks
Data Lakehouses
Apache Iceberg
AIStor Table Sharing: The Storage Layer Databricks Has Been Waiting For
Databricks needs your on-prem data. AIStor Table Sharing delivers it live — no replication, no pipelines.
AIStor
Data Lakes & Analytics
Integrations & Partners
Databricks
Databricks
Why Modern AI Architecture Breaks at the Data Layer
Modern AI architecture rests on a comfortable assumption: when AI slows down, the fix is more compute or a better model. Bigger GPUs. Denser clusters. New architectures. That assumption is now costing organizations real money.
AI/ML
Storage & Infrastructure
AIStor
Cloud Infrastructure
AI Readiness
Cloud Computing
Generative AI
Data Engineering
The Ultimate Guide to Overcoming the AI Storage Bottleneck in 2026
Storage, not models or compute, is now AI's biggest bottleneck. The fix is an architectural one, not a bigger GPU.
Storage & Infrastructure
AIStor
Architecture & Design Patterns
Cloud Infrastructure
Data Lakes & Analytics
AI Readiness
Cloud Operating Model
Data modernization
Cloud Computing
Data Engineering
Building a RAG Lab with AIStor and Milvus
Learn how to build a vector database lab with Milvus and AIStor
AI/ML
AI Readiness
Benchmarking Vector Index Creation with MinIO AIStor, Milvus, and NVIDIA cuVS
106 million vectors indexed 12x faster. AIStor with NVIDIA cuVS and GPUDirect RDMA rewrites the benchmark.
AI/ML
AIStor
Performance
Integrations & Partners
Storage & Infrastructure
AI Readiness
Data Pipelines
LLM
NVIDIA
Software Defined Storage
AIStor Inside NVIDIA BlueField-4: Object Data at Wire Speed
Legacy storage talks to the AI factory. AIStor lives inside it — running natively on NVIDIA BlueField-4 Vera
AIStor
AI/ML
Performance
Storage & Infrastructure
Architecture & Design Patterns
AI Readiness
Data Pipelines
Data modernization
NVIDIA
LLM
Unlocking On-Premises Data for Databricks: Secure, Zero-Copy Sharing with AIStor Table Sharing
Delta Sharing + AIStor enables zero-copy access to on-prem data from Databricks without duplication
AIStor
Architecture & Design Patterns
Data Lakes & Analytics
Integrations & Partners
Security
Databricks
1 / 11
1
...
Next