Run Your First Query
BaşlangıçLoading Data
You can load data through the UI interface or CLI tool:
en
LOAD DATA INFILE 'sales.csv'
INTO TABLE sales_data
FIELDS TERMINATED BY ',';
Congratulations, all data has been loaded into RAM in columnar format! The Associative mapping will now respond in sub-second time.