Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no batch update in Firebird 2.5.1/Jaybird 2.2 [CORE3821] #4163

Closed
firebird-automations opened this issue Apr 18, 2012 · 5 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Sowmitri Swamy (sswamy)

Duplicates CORE820

There is no batch update in Firebird 2.5.1/Jaybird 2.2.

Our application is a complex technical product that analyzes firewall behavior and security. It creates humongous tables with 10000 plus rows for each firewall.
When we have remote clients writing to the db, we find performance to be very, very slow (30 minutes for a firewall) largely because of the row by row db update, which involves a round trip across the network..
Due to network latency, each round trip is very slow making our product unusable when remote clients are used. With local clients the same operation takes a minute.

We think a batch update is the answer. We know MySQL has it but we prefer to remain with Firebird. Do we have any hope?.

@firebird-automations
Copy link
Collaborator Author

Commented by: @mrotteveel

Duplicates CORE820

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

In the meantime, EXECUTE BLOCK could be a workaround.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue duplicates CORE820 [ CORE820 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant