summaryrefslogtreecommitdiff
path: root/TODO
blob: 69c4e83b6389bfe50995c7b442e63d137d41378f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- pooling of PQconn
- thread-synchronization
- handling of most file system metadata
- efficient partial writes of bytea
- use of asynchonous read/writes
- what is a transaction? couple to fsync/fdatasync
  for files? other ideas? customizable?
- how to store binary data? bytea or BLOBs? is
  there a way to implement streams (append to
  file, or sequential read) efficient together
  with random access? db securityy on blobs?
  Use COPY TO/COPY FROM?
- establish self-containment (with respect to
  a temporarily unavailable Postgresql server)