Manu: A Cloud Native Vector Database Management System

1 ABSTRACT 2 INTRODUCTION 本文为摘录,原文为: attachments/pdf/8/p3548-yan.pdf 1 ABSTRACT 下一代向量数据库应该有的特性: 可长期演进 tunable consistency good elasticity high performance Manu 通过放宽数据模型和一致性约束来换取上述特性: 使用 WAL 和...

Velox: Meta’s Unified Execution Engine

1 ABSTRACT 2 INTRODUCTION 3 LIBRARY OVERVIEW 4 USE CASES 5 DEEP DIVE 5.1 TODO Type System 5.2 Vectors 5.3 Expression Eval 5.4 Functions 5.5 Operators 5.6 Memory Management 本文为摘录,原文为: attachments/pdf/8/p3372-pedreira.pdf 1 ABSTRACT Velox: C++ database acceleration library 用来: 构建执行引擎 应对复杂数据类型 增强数据管理...