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

Global temporary sequences [CORE4001] #4333

Open
firebird-automations opened this issue Nov 28, 2012 · 0 comments
Open

Global temporary sequences [CORE4001] #4333

firebird-automations opened this issue Nov 28, 2012 · 0 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @aafemt

Votes: 3

Such temporary sequences bound to transaction or connect could be useful with temporary tables because they can be much faster than normal sequences:
1) No I/O;
2) No thread synchronization.

They could be even faster than context variables:
1) No cast to string and back;
2) access by index, not name.

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