Smart Sea Tide
Author

Smart Sea Tide

Sharing cutting‑edge big data and AI technologies, with occasional lifestyle insights.

98
Articles
0
Likes
45
Views
0
Comments
Recent Articles

Latest from Smart Sea Tide

98 recent articles
Smart Sea Tide
Smart Sea Tide
Nov 4, 2025 · Big Data

Implementing an Integrated Data Lake and Lakehouse Architecture with Apache Iceberg and Flink

The article explains the concepts of data lakes and lakehouses, compares them with traditional data warehouses, outlines the reliability, performance, and security challenges of data lakes, and then details a practical lakehouse implementation using Apache Iceberg, Flink SQL, CDC pipelines, and supporting tools such as Hive Metastore and Trino.

Apache IcebergCDCData Lake
0 likes · 18 min read
Implementing an Integrated Data Lake and Lakehouse Architecture with Apache Iceberg and Flink
Smart Sea Tide
Smart Sea Tide
Oct 31, 2025 · Big Data

Practical Guide to Building a Data Warehouse Metric System

The article analyzes common pain points in data‑warehouse metric management from business, technical, and product perspectives, outlines unified goals, defines a comprehensive model—including data domains, dimensions, atomic, derived, and composite metrics—and presents a step‑by‑step process for designing, implementing, and governing a scalable metric system.

DWM layerbusiness analyticsdata modeling
0 likes · 13 min read
Practical Guide to Building a Data Warehouse Metric System
Smart Sea Tide
Smart Sea Tide
Oct 29, 2025 · Big Data

Understanding Flink’s Network Flow Control and Backpressure Mechanisms

This article explains the fundamentals of network flow control, compares TCP‑based and credit‑based backpressure in Flink, walks through buffer pool interactions, and shows why dynamic backpressure cannot fully replace static rate limiting in real‑world streaming pipelines.

BackpressureBuffer ManagementCredit-based
0 likes · 15 min read
Understanding Flink’s Network Flow Control and Backpressure Mechanisms
Smart Sea Tide
Smart Sea Tide
Oct 17, 2025 · Big Data

Building a Data Warehouse for the Data Processing Layer

The article outlines the problems of early data services, proposes a two‑step data warehouse solution—abstracting a data model and extracting, cleaning, and storing data from MySQL, MongoDB, and Elasticsearch—then details storage selection, dimensional modeling, incremental ETL, and Airflow workflow management.

AirflowBig DataETL
0 likes · 12 min read
Building a Data Warehouse for the Data Processing Layer
Smart Sea Tide
Smart Sea Tide
Oct 14, 2025 · Industry Insights

How to Choose the Right Data Warehouse Modeling Tool for Your Enterprise

The article presents a three‑step methodology—identifying core requirements, constructing a capability‑matching matrix, and validating through pilot scenarios—to help enterprises evaluate data warehouse modeling tools based on scale, architecture compatibility, team skills, automation, extensibility, cost, performance testing, and continuous optimization.

data warehouseenterprise dataevaluation matrix
0 likes · 7 min read
How to Choose the Right Data Warehouse Modeling Tool for Your Enterprise
Smart Sea Tide
Smart Sea Tide
Oct 13, 2025 · Big Data

How Zhihu Evolved Its Real-Time Data Warehouse Architecture

The article details Zhihu's step‑by‑step evolution from a Spark‑Streaming‑based real‑time data warehouse (v1.0) to a Flink‑Streaming SQL‑driven platform (v2.0), explaining design choices, Lambda architecture implementation, scalability challenges, and future automation plans.

DruidFlinkHBase
0 likes · 22 min read
How Zhihu Evolved Its Real-Time Data Warehouse Architecture
Smart Sea Tide
Smart Sea Tide
Oct 9, 2025 · Big Data

Effective Spark Performance Tuning and Troubleshooting Guide

This article details practical Spark performance optimizations—including RDD reuse, broadcast variables, Kryo serialization, parallelism settings, shuffle tuning, and JVM tweaks—while also presenting systematic solutions for data skew, shuffle failures, serialization errors, and YARN mode issues, all illustrated with concrete code snippets and examples.

BroadcastCheckpointData Skew
0 likes · 25 min read
Effective Spark Performance Tuning and Troubleshooting Guide