Big Data
1 TB = 1,024 GB
1 PB = 1,024 TB
1 EB = 1,024 PB
1 ZB = 1,024 EB
1 YB = 1,024 ZB
FLOPS FLoating-point Operations Per Second
TOE TCP/IP Offloading Engine
RDMA Remote Direct Memory Access
CXL Compute Express Link
NoF NVMe Over Fabric
JBOF Just Bunch Of Flash
EBOF Ethernet Bunch Of Flash
NoSQL Not Only SQL
RAID Redundant Array of Independent Disks
EC Erasure Coding
CRUSH Controlled Replication Under Scalable Hashing
HPC 高性能计算 High performance computing
EC 边缘计算 Edge Computing
GPU 图形处理器 Graphics Processing Unit
DPU 数据处理器 Data Processing Unit
IPU 基础设施处理器 Infrastructure Processing Unit
URL de-Escalated
####################################################################################
# Base62 Lookup Table
####################################################################################
EMPTY = ''
ALPHABET = [
'0123456789',
'abcdefghijklmnopqrstuvwxyz',
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
]
PlainText = []
CipherText = []
LUT = EMPTY.join(ALPHABET)
####################################################################################
Trino
https://ta.thinkingdata.cn/trino-docs/index.html