CrateDB is a distributed SQL database that makes it simple to store and analyze large amounts of machine data in real time. CrateDB offers the scalability and flexibility typically associated with NoSQL databases, and the smallest CrateDB clusters can easily ingest tens of thousands of records per second. These data can be queried in real time, temporarily, and in parallel across the entire cluster.

CrateDB 5.1.2 is officially released, and the updated content of this version is as follows:

repair

  • Fixed cursors DECLARE permissions to make it accessible to non-superusers. All users can declare cursors as long as they have the necessary privileges for the queries used in the DECLARE.
  • Increased dynamic batch size for update by query or delete by query operations to reduce memory pressure and fix out of memory errors when running update statements with large assignment expressions.
  • Fixed inefficient join optimization for hash and nested loop joins when table statistics are not available.
  • Fixed an error when using an object that was just added to a tableIS NULLmay result inNullPointerExceptionThe race condition of the problem.
  • fixes the cause ofGEO_SHAPEAn issue where expressions generated on typed columns were not evaluated on write and ignored.
  • Fixed some internal retries that could occur atCOPY FROMProblems generating duplicate data.
  • Fixed execution on partitioned tableALTER TABLE SETwhen, resulting inrouting.allocation.*.{attribute} Set ignored questions.
  • Fixed execution on partitioned tableALTER TABLE SETresulting in settingnumber_of_replicasneglected issues.

Details can beView update notes.

#CrateDB #Released #Distributed #SQL #Database #News Fast Delivery

Leave a Comment

Your email address will not be published. Required fields are marked *