Loading Data
Last updated
Last updated
You can load data using SQL commands and other utilities in HeavyDB, or load delimited files in Heavy Immerse.
You can load a CSV or TSV file directly into a table in Heavy Immerse. HEAVY.AI supports Latin-1 ASCII format and UTF-8. If you want to load data with another encoding (for example, UTF-16), convert the data to UTF-8 before loading it to HEAVY.AI.
For more examples of loading data to HeavyDB, see .
You can load data files into HeavyDB using Apache Kafka from the command line. See .
You can stream data from an application directly to the HeavyDB using Apache Kafka. See .