Subject | Re: ODP: [firebird-support] Query optimization on FB3 |
---|---|
Author | Helen Borrie |
Post date | 2019-02-13T20:31:07Z |
Steve Naidamast wrote:
are not stored in it. A GTT instance is created for use within a
single session or transaction and dies when the session or transaction
ends. One instance has no knowledge of another - other than multiple
GTTs within the same session or transaction - depending on the life
defined for that GTT.
session. (Life depends on a property in the definition.)
HB
---
This email has been checked for viruses by AVG.
https://www.avg.com
> By using a global table in Firebird, could not multiple users causeNo. A GTT definition is persistent, of course, but persistent data
> a conflict if two such users were to issue the same query against the global table?
are not stored in it. A GTT instance is created for use within a
single session or transaction and dies when the session or transaction
ends. One instance has no knowledge of another - other than multiple
GTTs within the same session or transaction - depending on the life
defined for that GTT.
> Coming from a SQL Server background, I am used to using localNot the same thing. The life of a GTT instance can be transaction or
> temporary tables, which are isolated on a query by query basis...
session. (Life depends on a property in the definition.)
HB
---
This email has been checked for viruses by AVG.
https://www.avg.com