Tag

Buffers

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Mar 3, 2025 · Fundamentals

Fundamentals of I/O Read/Write: Kernel and Process Buffers

This article explains the core principles of I/O read/write operations, detailing the data preparation and copying stages, the roles of kernel and user buffers, synchronization models, and performance optimizations such as double buffering, circular buffers, zero‑copy, read‑ahead, and delayed write.

BuffersI/OOperating System
0 likes · 7 min read
Fundamentals of I/O Read/Write: Kernel and Process Buffers
Laravel Tech Community
Laravel Tech Community
Nov 2, 2023 · Databases

MyISAM Related Options and Configuration Guidelines

This article explains the purpose, recommended settings, and tuning tips for MyISAM‑related MySQL variables such as key_buffer_size, read_buffer_size, read_rnd_buffer_size, bulk_insert_buffer_size, myisam_sort_buffer_size, myisam_max_sort_file_size, myisam_repair_threads, and myisam_recover, helping DBAs optimize indexing and query performance.

BuffersIndexingMyISAM
0 likes · 4 min read
MyISAM Related Options and Configuration Guidelines
Java Captain
Java Captain
Aug 28, 2021 · Databases

Understanding Linux Memory Usage and SQL Join Optimization in Technical Interviews

This article walks through common interview questions on Linux memory inspection and cache clearing, explains the fields shown by the free command, and then delves into SQL join types, performance bottlenecks, buffer settings, and practical optimization techniques for MySQL databases.

BuffersLinuxMemory Management
0 likes · 7 min read
Understanding Linux Memory Usage and SQL Join Optimization in Technical Interviews
Selected Java Interview Questions
Selected Java Interview Questions
Jul 10, 2021 · Backend Development

Differences Between Java NIO and IO, Channels, Buffers, and Their Comparison with Netty

This article explains the core differences between Java NIO and traditional IO, introduces the concepts of channels and buffers, describes buffer state management, provides a complete NIO selector code example, and compares the NIO workflow with Netty's model.

BuffersChannelsIO
0 likes · 10 min read
Differences Between Java NIO and IO, Channels, Buffers, and Their Comparison with Netty
High Availability Architecture
High Availability Architecture
Feb 1, 2021 · Fundamentals

Java Buffer Types vs Native Arrays: Which Is Faster?

The article compares Java native arrays and Buffer types such as IntBuffer, showing through benchmarks that native arrays are typically over four times faster than Buffers, and discusses the memory management, performance trade‑offs, and practical implications of using each abstraction.

BuffersJavaarrays
0 likes · 5 min read
Java Buffer Types vs Native Arrays: Which Is Faster?
Java Captain
Java Captain
Sep 18, 2020 · Backend Development

Understanding Java I/O: BIO, NIO, Buffers, Channels, and Selectors

This article provides a comprehensive guide to Java I/O, covering traditional BIO streams, the differences between BIO, NIO and AIO, detailed explanations of byte and character streams, buffers, channels, selectors, and practical examples such as file copying and a simple client‑server chat implementation.

BuffersChannelsIO
0 likes · 36 min read
Understanding Java I/O: BIO, NIO, Buffers, Channels, and Selectors
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 8, 2020 · Fundamentals

Understanding Java IO: From BIO to NIO, Buffers, Channels, and Selectors

This article provides a comprehensive overview of Java IO, explaining the traditional blocking BIO model, the modern non‑blocking NIO architecture, the role of streams, buffers, channels, zero‑copy techniques, and selectors, and includes practical code examples for file copying and simple client‑server communication.

BuffersChannelsIO
0 likes · 35 min read
Understanding Java IO: From BIO to NIO, Buffers, Channels, and Selectors
Java Captain
Java Captain
Mar 9, 2020 · Backend Development

Understanding Java NIO vs IO: Differences, Channels, Buffers, and Example Code

This article explains the core differences between Java NIO and traditional IO, introduces the concepts of channels and buffers, details buffer state management, and provides sample NIO code along with a comparison to Netty's processing model.

BuffersChannelsIO
0 likes · 9 min read
Understanding Java NIO vs IO: Differences, Channels, Buffers, and Example Code
Practical DevOps Architecture
Practical DevOps Architecture
Jun 20, 2016 · Databases

MySQL Performance Tuning Guide: Architecture, System, MySQL Settings, and Application Optimizations

This guide outlines comprehensive MySQL performance tuning techniques, covering architectural replication, system‑level hardware adjustments, MySQL configuration parameters, and application‑level query optimizations with specific recommended values for buffers, caches, and connection limits.

BuffersDatabase OptimizationIndexes
0 likes · 6 min read
MySQL Performance Tuning Guide: Architecture, System, MySQL Settings, and Application Optimizations