Ask Your Question
0

What is the most effective way to update many rows in GridDB?

asked 2023-06-06 04:32:55 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-06-06 04:49:01 +0000

devzero gravatar image

The most effective way to update many rows in GridDB is to use the Batch operation feature. With the Batch operation, you can execute multiple operations such as Insert, Update, Delete, etc. in one transaction, which reduces the overhead of committing each operation one by one. This results in faster updates and better performance. Additionally, you can also use Prepared Statement to reduce the overhead of preparing SQL each time you execute a query.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-06 04:32:55 +0000

Seen: 18 times

Last updated: Jun 06 '23