summaryrefslogtreecommitdiff
path: root/examples/performance
Commit message (Collapse)AuthorAgeFilesLines
* - examples passing flake8Mike Bayer2019-01-055-11/+0
| | | | Change-Id: Ia1e9e35ebf0f5c2ad30f7dcef0a5a42a0929b23e
* partial cherry-pick of master flake8. clean cherrypick for lib and test,Mike Bayer2019-01-057-5/+14
| | | | | | | manually merged exaples. Change-Id: I9532d3b13d13f2769e6ca48eea23dd7d4041f68f (cherry picked from commit e3bdd80c6661c0e95fb67998c57540be667ce761)
* Straight zimports run on examplesMike Bayer2019-01-056-27/+43
| | | | Change-Id: Id318122cb360b58604a658f3de1e5fce8b4a3e33
* step 1, straight black -l 79 runMike Bayer2019-01-057-158/+226
| | | | includes adjustment to setup.py to recognize __version__ correctly
* 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