🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki

Słownik AI

Kompletny słownik sztucznej inteligencji

162
kategorie
2 032
podkategorie
23 060
pojęcia
📖
pojęcia

Column Family

Logical grouping of related columns in columnar databases, enabling hierarchical data organization for more efficient access.

📖
pojęcia

Row Group

Processing unit in columnar formats containing a set of vertically stored rows, optimizing I/O operations and compression.

📖
pojęcia

Column Chunk

Physical data fragment containing values from a specific column, compressed and stored independently to enable selective data access.

📖
pojęcia

Parquet Format

Open-source columnar storage format optimized for analytical workloads, using efficient encoding and advanced compression techniques.

📖
pojęcia

ORC Format

Columnar format optimized for Apache Hive, providing high compression and fast query performance with strict data typing.

📖
pojęcia

Vectorized Execution

Processing technique where operations are applied to batches of data in parallel, reducing overhead and improving columnar query throughput.

📖
pojęcia

Predicate Pushdown

Optimization pushing query filters to the data source, reducing the amount of data read and processed in columnar systems.

📖
pojęcia

Column Pruning

Technique eliminating the reading of unrequired columns in a query, leveraging columnar organization to minimize disk access.

📖
pojęcia

Dictionary Encoding

Compression method replacing repeated values with short identifiers, particularly effective for categorical data in columnar systems.

📖
pojęcia

Zone Maps

Metadata indicating minimum and maximum values in data segments, allowing rapid elimination of irrelevant blocks during queries.

📖
pojęcia

Delta Encoding

Compression technique storing differences between successive values rather than absolute values, optimal for ordered and temporal data.

📖
pojęcia

RLE Encoding

Run Length Encoding compressing sequences of identical values by storing the value and the number of consecutive occurrences.

📖
pojęcia

Bloom Filters

Probabilistic data structures allowing quick determination of a value's absence in a set, optimizing searches in columnar systems.

📖
pojęcia

Skip Index

Metadata allowing direct skipping to relevant data blocks during sequential column reading, accelerating data scans.

📖
pojęcia

Vertical Partitioning

Process of physically dividing data into partitions based on columns, enabling efficient distribution and parallelism in columnar clusters.

📖
pojęcia

Pushdown Aggregation

Optimization moving aggregation calculations to the storage layer, reducing the volume of data transferred in columnar architectures.

🔍

Nie znaleziono wyników