summaryrefslogtreecommitdiff
path: root/examples/performance
Commit message (Collapse)AuthorAgeFilesLines
* Docstring Fixpr/254Patrick2016-03-301-2/+2
| | | | Change the docstring in short_selects example to match the code
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-112-1/+26
| | | | | | | | simple but unusual system allows for a dramatic savings in Python overhead for the construction and processing of orm :class:`.Query` objects, from query construction up through rendering of a string SQL statement. fixes #3054
* - add a callers optionMike Bayer2015-03-091-1/+7
|
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-1/+1
|
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-083-10/+12
| | | | for the slots-based __getattr__ thing getting hit
* - add this for testingMike Bayer2015-03-081-0/+109
|
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-082-0/+11
| | | | | | | | | | directly into the unit of work's facility for emitting INSERT and UPDATE statements has been created. When used correctly, this expert-oriented system can allow ORM-mappings to be used to generate bulk insert and update statements batched into executemany groups, allowing the statements to proceed at speeds that rival direct use of the Core. fixes #3100
* bulk_updatesMike Bayer2014-11-061-0/+54
|
* - add differentiating examples of list() vs. iterationMike Bayer2014-09-161-4/+10
|
* - try to finish up the performance example for nowMike Bayer2014-09-065-44/+284
|
* - add a test that shows query caching.Mike Bayer2014-09-041-0/+19
|
* tweakMike Bayer2014-09-032-6/+9
|
* refineMike Bayer2014-09-031-23/+43
|
* Merge branch 'master' into ticket_3100Mike Bayer2014-09-031-2/+0
|
* - large resultsetsMike Bayer2014-09-034-20/+337
|
* - wipMike Bayer2014-09-032-27/+194
|
* - lets start exampling this stuffMike Bayer2014-09-022-0/+148