Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.18 KB

Vertica Native File Creator

This crate creates Vertica Native Format (VNF). VNFs are optimized to load large amounts of data efficiently into a Vertica database.

Overview

Why Rust?

Rust is a high performance, multi-paradigm system programming language focused on safe concurrency and memory management.

Rust avoids many of the C/C++ traps and pitfalls with a consistent strong ownership model.

As of 2020, Rust was voted the "most loved programming language" in the Stack Overflow Developer Survey for for the last 5 years (2016-2020)!

API

Example

References