小红花·文摘
  • 首页
  • 广场
  • 排行榜🏆
  • 直播
  • FAQ
Dify.AI
大规模一致性:统一Temporal和YugabyteDB

Manetu通过开源集成Temporal和YugabyteDB,简化数据架构,提升系统韧性和信任,确保在高负载下工作流执行和数据完整性,为企业在AI时代奠定坚实基础。

大规模一致性:统一Temporal和YugabyteDB

The New Stack
The New Stack · 2025-09-25T15:00:25Z
YugabyteDB、PostgreSQL、Oracle数据库、SQL Server和MongoDB中不等于(<>,!=)查询的索引

在YugabyteDB、PostgreSQL、Oracle和MongoDB中,不等于查询的索引效率差异明显。YugabyteDB和PostgreSQL通过位图扫描优化查询,Oracle需重写查询以利用OR扩展,而MongoDB直接支持不等于条件,优化多范围扫描。了解数据库特性和执行计划是提升查询性能的关键。

YugabyteDB、PostgreSQL、Oracle数据库、SQL Server和MongoDB中不等于(<>,!=)查询的索引

DEV Community
DEV Community · 2025-01-24T22:48:43Z
使用AWS CLI启动YugabyteDB实验集群

本文介绍了如何使用AWS CLI在多个区域启动YugabyteDB集群,适用于实验环境,未设置安全措施。通过设置环境变量、创建SSH密钥和安全组,启动实例并安装YugabyteDB,最后提供终止实例的命令。

使用AWS CLI启动YugabyteDB实验集群

DEV Community
DEV Community · 2024-11-11T18:25:35Z
YugabyteDB连接管理器:数据库常驻连接池简介

PostgreSQL的每连接进程设计在高并发环境中导致资源浪费和扩展性问题。常用的解决方案如连接池存在性能开销和配置复杂性。YugabyteDB通过集成连接管理器解决这些问题,允许多个逻辑连接共享物理资源,提高资源利用率和可扩展性,并兼容PostgreSQL。

YugabyteDB连接管理器:数据库常驻连接池简介

DEV Community
DEV Community · 2024-09-30T10:12:11Z

YugabyteDB的LSM Tree实现基于RocksDB,通过改进布隆过滤器、范围查询和全局缓存,加快了读操作。此外,对日志记录和并发控制进行了不同处理。RocksDB是高性能的键值存储引擎,提供灵活的存储结构。

RocksDB、键值存储与压缩行:YugabyteDB分布式表灵活性的支柱

DEV Community
DEV Community · 2024-09-08T21:14:14Z

YugabyteDB的竞争对手在市场推广中使用不准确的比较,导致了对YugabyteDB的误解。作者列出了十个关键事实来澄清这些误解。

揭开YugabyteDB的误解:十个关键事实

DEV Community
DEV Community · 2024-09-02T19:56:35Z

在SQL中,可以使用WITH子句执行“获取或创建”操作,其中每个操作都是一个公共表达式(CTE)。通过优化成功的操作而不是异常情况,可以避免插入失败的情况。使用ON CONFLICT构造可能会有意外的事务行为,因此应避免使用。在示例中,使用CTE来实现“获取或创建”操作。通过将“id”列添加到辅助索引中,可以减少对表的读取请求。将数据逻辑整合到一个语句中,使用WITH子句和CTE以声明性的方式,而不是使用多个往返或过程性代码。可以通过查看执行计划来了解确切的时间复杂度。

在YugabyteDB(或PostgreSQL)中实现“获取或创建”

DEV Community
DEV Community · 2024-08-21T21:26:39Z

微软比较了Azure Cosmos DB for PostgreSQL、CockroachDB和Yugabyte的事务处理性能和价格,发现Azure Cosmos DB的吞吐量更高。Citus的使用是一个争议点,CockroachDB和Yugabyte的性能较差。不同的分布式数据库在不同的特性上可能胜出。微软分享了辅助脚本,以便客户在Azure Cosmos DB上运行基准测试。

分布式 PostgreSQL 基准测试:Azure Cosmos DB、CockroachDB 和 YugabyteDB

程序师
程序师 · 2023-08-17T15:07:13Z

After looking at the implications of the replication factor for a YugabyteDB cluster, this blogpost looks at how a table "materialises" in a YugabyteDB cluster. The creation of a table in...

Frits Hoogland: Watching a YugabyteDB table: tablets and replicas

Planet PostgreSQL
Planet PostgreSQL · 2023-01-18T16:04:32Z

One of the most frequently reoccurring questions that we get at YugabyteDB how to interpret the information that YugabyteDB provides when people are testing (high) availability. This is a summary...

Frits Hoogland: Watching a YugabyteDB table: replication factor

Planet PostgreSQL
Planet PostgreSQL · 2023-01-17T15:48:10Z

Performance is, and always has been an hot topic with databases, and a bit surrounded by mystery, because some specialists would advice changing something, and then all of a sudden the database...

Frits Hoogland: PostgreSQL and YugabyteDB client execution profiling

Planet PostgreSQL
Planet PostgreSQL · 2022-12-21T17:09:02Z

This is an introduction to a new function in YSQL version 2.17. YSQL is YugabyteDB's enriched PostgreSQL version. The name of the function is yb_pg_stat_get_queries(). This new Yugabyte specific...

Frits Hoogland: YugabyteDB: list failed commands

Planet PostgreSQL
Planet PostgreSQL · 2022-12-09T11:19:36Z

YugabyteDB YEDIS is a key-value database that is compatible with the redis commands library. Important: YEDIS is deprecated! There are other limitations for YEDIS see the description in the...

Frits Hoogland: YugabyteDB Yedis

Planet PostgreSQL
Planet PostgreSQL · 2022-12-02T11:02:57Z

YugabyteDB YEDIS is a key-value database that is compatible with the redis commands library. Important: YEDIS is deprecated! There are other limitations for YEDIS see the description in the...

Frits Hoogland: YugabyteDB Yedis

Planet PostgreSQL
Planet PostgreSQL · 2022-12-02T11:02:57Z

YugabyteDB uses the PostgreSQL source code for PostgreSQL compatibility, which we call YSQL. However, once we store tuples, we transform the PostgreSQL tuples into a storage format that is called...

Frits Hoogland: LSM-tree storage in YugabyteDB and packed rows

Planet PostgreSQL
Planet PostgreSQL · 2022-12-01T12:37:09Z

To see how JSON is stored in YugabyteDB, we have to take a look at both PostgreSQL and YugabyteDB. Let's create two test tables for investigation: drop table if exists test1; create table...

Frits Hoogland: A look into JSONB in YugabyteDB

Planet PostgreSQL
Planet PostgreSQL · 2022-11-25T15:09:40Z

Partitioning is an option to split a table in physical different objects, while the table remains a logical single entity. Partitioning is a PostgreSQL feature, which we piggybacked on with...

Frits Hoogland: PostgreSQL and YugabyteDB partitioning and indexes

Planet PostgreSQL
Planet PostgreSQL · 2022-11-22T15:51:01Z

This blogpost is about a memory optimization that is applied to YugabyteDB version 2.15.3.0 that we applied that can make a huge difference in common situations with large amounts of memory...

Frits Hoogland: YugabyteDB: PostgreSQL memory optimization

Planet PostgreSQL
Planet PostgreSQL · 2022-11-07T18:55:40Z

This is an introduction to the hypopg PostgreSQL extension for YugabyteDB 2.15.3.0. Hypopg allows the creation of hypothetical indexes, so indexes that do not really exist. This means this allows...

Frits Hoogland: YugabyteDB hypopg: hypothetical indexes

Planet PostgreSQL
Planet PostgreSQL · 2022-11-04T13:09:29Z

The PostgreSQL database has a number of very useful functions to calculate the size of the objects on disk. Examples of such functions are pg_table_size(), pg_indexes_size(), pg_tablespace_size(),...

Frits Hoogland: YugabyteDB in-database visible object sizes

Planet PostgreSQL
Planet PostgreSQL · 2022-11-02T11:55:26Z
  • <<
  • <
  • 1 (current)
  • 2
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
友情链接: MOGE.AI 九胧科技 模力方舟 Gitee AI 菜鸟教程 Remio.AI DeekSeek连连 53AI 神龙海外代理IP IPIPGO全球代理IP 东波哥的博客 匡优考试在线考试系统 开源服务指南 蓝莺IM Solo 独立开发者社区 AI酷站导航 极客Fun 我爱水煮鱼 周报生成器 He3.app 简单简历 白鲸出海 T沙龙 职友集 TechParty 蟒周刊 Best AI Music Generator

小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码