- 1 ABSTRACT
本文为摘录(或转载),侵删,原文为: attachments/pdf/4/p1011-jin.pdf
本文为摘录(或转载),侵删,原文为: attachments/pdf/8/p3548-yan.pdf
下一代向量数据库应该有的特性:
Manu 通过放宽数据模型和一致性约束来换取上述特性:
本文为摘录(或转载),侵删,原文为: attachments/pdf/a/p1187-zhang.pdf
PM stands for Persistent Memory, 持久内存,它是一种非易失性内存,即使断电也能保留数据。
eADR 保证了 CPU 缓存中的数据在电源故障时会被刷新到 PM 中
本文为摘录(或转载),侵删,原文为: attachments/pdf/4/p1924-bhattacharya.pdf
FPR: Fault Positive Rate
Partitioned Bloom Filter ,
方法
效果
本文为摘录(或转载),侵删,原文为: attachments/pdf/c/p259-arman.pdf
Mergesort 优点:
Origami:
本文为摘录(或转载),侵删,原文为: https://abseil.io/fast
– 可能的情况下编写清晰、惯用的代码
Prefer writing clear, idiomatic code whenever possible. It is not only easier to read
and debug, but in the long run, also easier for the compiler to optimize.
本文为摘录(或转载),侵删,原文为: https://github.com/pgaudit/pgaudit#readme
PostgreSQL 审计扩展(pgAudit)通过标准的 PostgreSQL 日志记录功能提供详细的会话和/或对象审计日志。
本文为摘录(或转载),侵删,原文为: ../pdf/d/p1311-even.pdf
What is a filter
属于近似查询 (approximate membership query), 用于判断独具是否在集合中。