IO - Locality

Card Puncher Data Processing

About

Spatial locality refer to the distance that data must move in order to reach the target CPU. (ie the CPU that will process the data)

There is the notion of locality:

layer vs locality

Documentation / Reference





Discover More
Columnar Physical Table Representation
Database - Column (Storage|Store)

Storing data in columns is functionally similar to having a built-in index for each column. This data structure is used in analytics and NoSql database. Columnar storage is a popular data structure in...
Card Puncher Data Processing
Design - Layers

A layer is the implementation of abstraction. From a high level, each language generation are a layer. A layer is built based on recurring pattern. If a lower layer has a recurring pattern, it is taken...
Card Puncher Data Processing
I/O - (Input/Output|Read/Write) - Data Access

I/O devices can be interpreted as streams, as they produce or consume potentially unlimited data over time. IO = Input / Output = Writing and Reading data. It's an umbrella term that regroups IO transfer...
Kafka Commit Log Messaging Process
Kafka - Why

Building Evolutionary Architectures: Support Constant Change How is customer 360 similar to cyber security? Both require real-time data ingest and processing for fast analysis and response. #StrataData...
Card Puncher Data Processing
The Art of Programming - Information System and Software Design

The Art of Programming - Information System and Software Design This section is about how to use the basic block of a language in order to create high order component. Abstract:_The_Art_of_DesignThe...



Share this page:
Follow us:
Task Runner