File: ROADMAP.rst

package info (click to toggle)
python-sqlalchemy-utils 0.41.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,252 kB
  • sloc: python: 13,566; makefile: 141
file content (9 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
* Add efficient pagination support
    https://www.depesz.com/2011/05/20/pagination-with-fixed-order/
    https://stackoverflow.com/questions/6618366/improving-offset-performance-in-postgresql
* Generic file model
    https://github.com/jpvanhal/silo
* Query to Postgres JSON converter
    https://hashrocket.com/blog/posts/faster-json-generation-with-postgresql
* Postgres Cube datatype:
    https://www.postgresql.org/docs/current/cube.html