Tag

file storage

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 27, 2025 · Fundamentals

Understanding Block, File, and Object Storage: Pros, Cons, and Use Cases

This article explains the concepts, advantages, and disadvantages of block storage, file storage, and object storage, compares their architectures, and clarifies when each type is appropriate for different applications and workloads.

InfrastructureObject Storageblock storage
0 likes · 10 min read
Understanding Block, File, and Object Storage: Pros, Cons, and Use Cases
Baidu App Technology
Baidu App Technology
Dec 25, 2024 · Mobile Development

iOS Disk Management and Cleanup Strategies for App Development

The article offers a comprehensive guide to iOS disk management for app developers, explaining the sandbox’s Documents, Library (Caches and Application Support) and tmp directories, proper storage practices, APIs for directory access, disk‑size calculation, iCloud backup exclusion, and both automatic and manual cleanup strategies including system cache handling.

Cache CleanupDisk ManagementMobile Development
0 likes · 22 min read
iOS Disk Management and Cleanup Strategies for App Development
Top Architect
Top Architect
Aug 20, 2024 · Backend Development

Step‑by‑Step Guide to Deploy FastDFS with Nginx and cpolar for Remote File Access

This tutorial walks through installing FastDFS on a Linux server, configuring its tracker and storage nodes, integrating it with Nginx via the FastDFS‑nginx module, and exposing the service publicly using the cpolar tunneling tool, providing complete commands and configuration snippets for each step.

Backendcpolardeployment
0 likes · 16 min read
Step‑by‑Step Guide to Deploy FastDFS with Nginx and cpolar for Remote File Access
Java Captain
Java Captain
Jan 4, 2023 · Databases

Managing Database Intermediate Tables with File Storage Using SPL

The article explains how excessive intermediate tables generated by reporting workloads degrade database storage and performance, and proposes using the SPL data‑processing tool to store these intermediate results as external files, thereby reducing capacity pressure, improving I/O speed, and simplifying management.

Data ProcessingSPLdatabases
0 likes · 9 min read
Managing Database Intermediate Tables with File Storage Using SPL
Architects Research Society
Architects Research Society
Dec 5, 2022 · Fundamentals

Differences Between File, Block, and Object Storage and Why Object Storage Suits the Data Explosion

As global data volumes surge toward 163 zettabytes by 2025, traditional file and block storage struggle to scale, making object storage—offering unique IDs, metadata binding, and effortless scalability—the preferred solution for handling massive, mostly unstructured data in modern cloud environments.

Object Storageblock storagecloud storage
0 likes · 9 min read
Differences Between File, Block, and Object Storage and Why Object Storage Suits the Data Explosion
Architect's Tech Stack
Architect's Tech Stack
May 28, 2022 · Big Data

Data Lake Challenges and the Open SPL Computing Engine

The article examines the inherent trade‑offs of data lakes—maintaining raw data, enabling efficient computation, and keeping costs low—explains why traditional data‑warehouse approaches fall short, and introduces the open‑source SPL engine that provides multi‑source, file‑based, high‑performance analytics to overcome these limitations.

Big DataETLSPL
0 likes · 12 min read
Data Lake Challenges and the Open SPL Computing Engine
Architects' Tech Alliance
Architects' Tech Alliance
Mar 26, 2022 · Fundamentals

A Comprehensive Overview of Storage Development History, Types, and Models

This article provides a detailed overview of the evolution of storage systems—from single‑node to cloud‑native—covering fundamental concepts, data classifications, storage types such as block, file, and object, and examples like Rook and MinIO, aimed at beginners seeking a macro understanding of storage architecture.

Data ModelsObject Storageblock storage
0 likes · 8 min read
A Comprehensive Overview of Storage Development History, Types, and Models
Architects Research Society
Architects Research Society
Jun 8, 2021 · Cloud Computing

Understanding the Differences Between File, Block, and Object Storage

The article explains the rapid growth of global data, compares traditional file and block storage with modern object storage, and highlights why object storage is better suited for massive, unstructured data and cloud scalability.

Object Storageblock storagecloud storage
0 likes · 10 min read
Understanding the Differences Between File, Block, and Object Storage
php中文网 Courses
php中文网 Courses
Feb 9, 2021 · Backend Development

Persisting PHP Arrays to Files with serialize, var_export, and Custom Functions

This article explains three PHP techniques for storing arrays in files—using serialize(), var_export(), and a custom array-to-string function—showing how to write, read, and reconstruct the data with complete code examples for backend developers.

BackendPHParray
0 likes · 4 min read
Persisting PHP Arrays to Files with serialize, var_export, and Custom Functions
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 10, 2020 · Backend Development

Introduction to FastDFS and a Java Integration Example

This article explains the fundamentals of FastDFS, its tracker and storage architecture, the file upload/download workflow, and provides a step‑by‑step Maven‑based Java example—including configuration, dependency setup, and code—to demonstrate how to store and retrieve files in a FastDFS cluster.

BackendJavadistributed file system
0 likes · 7 min read
Introduction to FastDFS and a Java Integration Example
Python Programming Learning Circle
Python Programming Learning Circle
Dec 24, 2019 · Backend Development

How to Scrape Chinese Classic Novels with Python: A Step‑by‑Step Guide

This tutorial walks you through planning, extracting, and saving classic Chinese novel content from shicimingju.com using Python, regular expressions, and file storage, providing clear code examples and practical tips for successful web scraping.

PythonWeb Scrapingfile storage
0 likes · 5 min read
How to Scrape Chinese Classic Novels with Python: A Step‑by‑Step Guide
Big Data Technology Architecture
Big Data Technology Architecture
Aug 26, 2019 · Big Data

Kafka Architecture and File Storage Mechanism: Design, Performance, and Operational Practices

This article provides a comprehensive overview of Kafka, covering its core features, use‑case scenarios, partition and replica design, file storage structure, consumer‑group coordination, delivery guarantees, performance optimizations, and the role of Zookeeper in managing the cluster.

Distributed MessagingKafkaReplication
0 likes · 54 min read
Kafka Architecture and File Storage Mechanism: Design, Performance, and Operational Practices