MyGit

8.1.1

questdb/questdb

版本发布时间: 2024-09-06 02:53:34

questdb/questdb最新发布版本:8.1.1(2024-09-06 02:53:34)

QuestDB 8.1.1

Back to school... Baaack to school...

Lunch? Check. Pants? Check (phew!) New QuestDB release? Oh yeah.

Let's go! 📚 ✏️ 🥪

Breaking changes 💥

We have changed the language in our SNAPSHOT related SQL statements. We introduce CHECKPOINT.

Apply it before taking a backup.

Instead of executing:

 SNAPSHOT PREPARE

You will now execute:

CHECKPOINT CREATE

When the backup is complete, instead of executing:

SNAPSHOT COMPLETE

You will execute:

  CHECKPOINT RELEASE

Both commands are supported for now, but we encourage you to migrate to the new system.


We have also introduced a fix for integer overflow, which now widens the type of the result.

For example, the following will be automatically widened to LONG (64bit) to avoid numeric overflow:

select 799990090 * 100000

Improvements 🚀

Pull requests

New Contributors

Full Changelog: https://github.com/questdb/questdb/compare/8.1.0...8.1.1

相关地址:原始地址 下载(tar) 下载(zip)

1、 questdb-8.1.1-no-jre-bin.tar.gz 21.87MB

2、 questdb-8.1.1-rt-linux-x86-64.tar.gz 43.12MB

3、 questdb-8.1.1-rt-windows-x86-64.tar.gz 39.78MB

查看:2024-09-06发行的版本