Displaying 1 result from an estimated 1 matches for "begin_session".
2004 May 05
1
buffered tables, sessions, and transactions
...loss of effiency now is a tiny housekeeping overhead, and the
loss of autoflushing during the transaction (which is only going to be
noticable for a large transaction).
Thoughts?
And lastly, begin_transaction's docs currently say:
"A transaction may only be begun within a session, see begin_session()."
This method isn't on the public API. Sessions are mentioned elsewhere
in the public API docs, but I don't see them as relevant without methods
to control them! I propose to remove these references (and perhaps also
the session mechanism in the backends). Alternatively we could...