GithubHelp home page GithubHelp logo

Question: Bulk Update about go-hdb HOT 5 CLOSED

sap avatar sap commented on July 21, 2024
Question: Bulk Update

from go-hdb.

Comments (5)

iambudi avatar iambudi commented on July 21, 2024

Using BULK UPDATE works just like BULK INSERT. Will update the status later if no issue.

from go-hdb.

stfnmllr avatar stfnmllr commented on July 21, 2024

Yes, since one of the last versions 'bulk' is not restricted to insert only. Anyway, documentation was not changed as in general SQL updates do work on sets of records unlike insert, which adds only one record to the DB at one time. Would be great if you can share your use case for which you do need bulk operations for DB updates - thanks in advance.

from go-hdb.

iambudi avatar iambudi commented on July 21, 2024

The use case:

I need to compile sales data from two different data sources into a single table for reporting.
First source will provide data on daily basis, while the other one on monthly basis (closing period).
So the data stored from first source will be updated massively by data coming from the second source.

I consider to put each in seperate tables using BULK INSERT and create Join View, but since only few columns to update, i decided to use BULK UPDATE.

from go-hdb.

stfnmllr avatar stfnmllr commented on July 21, 2024

Thanks - I guess the update needs to be done on single records so no mass / set operation by the where clause cannot be used.
Did the 'bulk statement' for update work?
Most probably you use it because of performance considerations. If performance is an issue you might think about a stored procedure solution as well.

from go-hdb.

iambudi avatar iambudi commented on July 21, 2024

Hi @stfnmllr so far the bulk statement for update works nicely. I can close this question issue. Thank you.

from go-hdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.