Skip to content

v0.3.0-alpha5

Compare
Choose a tag to compare
@takapi327 takapi327 released this 15 Apr 09:12
· 929 commits to master since this release

ldbc v0.3.0-alpha5 is released.
This release adds new feature support.

Note

ldbc is pre-1.0 software and is still undergoing active development. New versions are not binary compatible with prior versions, although in most cases user code will be source compatible.
The major version will be the stable version.

New: Batch Commands Support

A powerful tool for efficient data processing, the MySQL Connector from Scala has new features!

Our Scala MySQL connector introduces support for the Batch Commands feature to further streamline database interaction. This feature allows multiple database commands to be processed at once, providing significant time savings in situations where large amounts of data manipulation or repetitive queries are required.

Features:
Automated batch processing: Groups multiple SQL statements as a batch and executes them at once, reducing the overhead of repeatedly sending individual commands.
Performance optimization: Batch processing minimizes network latency and CPU utilization, improving overall performance.

This new feature improves the efficiency of database operations and allows developers to perform more complex database operations easily and quickly. This is especially useful when performing many operations on large data sets or for routine data maintenance tasks. We invite you to try out the new batch command feature!

What's Changed

🚀 Features

⛓️ Dependency update

Full Changelog: v0.3.0-alpha4...v0.3.0-alpha5