Tagged articles
8 articles
Page 1 of 1
ITPUB
ITPUB
Apr 4, 2026 · Databases

How PostgreSQL and SQL Server Differ in Data Access Strategies

This article compares PostgreSQL and SQL Server data access methods—including sequential scans, index scans, bitmap heap scans, index‑only scans, and parallel query execution—highlighting PostgreSQL's lack of clustered indexes and the performance implications of each approach.

Bitmap ScanData AccessIndex Scan
0 likes · 10 min read
How PostgreSQL and SQL Server Differ in Data Access Strategies
Bilibili Tech
Bilibili Tech
Oct 21, 2022 · Big Data

Bilibili Releases Four Free Patent Licenses for Big Data Technologies

Bilibili has freely licensed four big-data invention patents—covering precise data reading, cleaning, transmission, and rapid positioning—to foster industry innovation, support the digital ecosystem outlined in China’s 14th Five-Year Plan, and showcase its commitment to open-source big-data solutions.

BilibiliCache ManagementData Access
0 likes · 4 min read
Bilibili Releases Four Free Patent Licenses for Big Data Technologies
IT Architects Alliance
IT Architects Alliance
Aug 29, 2021 · Fundamentals

Understanding Three‑Tier Architecture and Layered Design Patterns

This article explains the classic three‑tier software architecture, detailing the responsibilities of the presentation, service, business, and data‑access layers, comparing MVC, MVP, and Presentation Model patterns, and discussing design considerations such as DTOs, WCF services, and common infrastructure for scalable enterprise systems.

Business LayerData AccessLayered Design
0 likes · 10 min read
Understanding Three‑Tier Architecture and Layered Design Patterns
FunTester
FunTester
Jun 16, 2020 · Backend Development

Managing Test User Module Data with MyBatis XML and Java Bean

The article details how to handle test user module data by converting ID fields to strings, validating optional parameters, and configuring complex MyBatis XML mappings alongside a Java bean, illustrating the full workflow from requirements to implementation and testing.

Data AccessMyBatisjava
0 likes · 6 min read
Managing Test User Module Data with MyBatis XML and Java Bean
Architecture Digest
Architecture Digest
Jun 10, 2017 · Backend Development

Designing a Stable Architecture for .NET Applications: Presentation, Business, and Data Layers

The article discusses a systematic .NET application architecture that separates the presentation, business, and data layers, explains UI and controller responsibilities, compares data‑transfer and domain models, and reviews various data‑access strategies such as ADO.NET, ORM, and DataMapper to achieve maintainable, extensible software.

Business LayerData Accessarchitecture
0 likes · 15 min read
Designing a Stable Architecture for .NET Applications: Presentation, Business, and Data Layers