mysql - Vertica 中是否有 "Force Index"等效项?

标签 mysql vertica

Vertica DB 中是否有来自 MySQL 的“强制索引”?

最佳答案

您可以直接从投影而不是表格中进行选择。例如,而不是

select col from foo;

这样做:

select col from foo_p1;  -- where table_p1 is a projection of table foo`

关于mysql - Vertica 中是否有 "Force Index"等效项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2233455/

相关文章:

database - vertica 安装失败并出现 ssh 错误

php - 这段代码对于 mysql 注入(inject)安全吗?

java - Android Mysql从表中获取特定数据

php - 过滤数据库并删除重复项

mongodb - 与 MongoDB 或 Cassandra 相比,Greenplum 或 Vertica 等数据库的优势

ruby - 如何使用 Ruby 解析以 little-endian 格式给出的 64 位整数时间戳?

mysql - 使用mysql的特定月份年份的周范围

mysql - 询问关于表结构的意见

python - vertica-python 复制本地时出错

python-3.x - 未实现错误 : executemany is implemented for simple INSERT statements only