perkeep / perkeep

Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
https://perkeep.org/
Apache License 2.0
6.49k stars 448 forks source link

make postgres indexer more efficient #46

Open bradfitz opened 12 years ago

bradfitz commented 12 years ago
Good article:
http://blog.creapptives.com/post/14062057061/the-key-value-store-everyone-ignored-postgresql

Mapping that to IndexStorage should be easy.
mpl commented 12 years ago

Comment 1:

Status changed to Started.

mpl commented 12 years ago

Comment 2:

being worked on at https://camlistore.org/r/179
mpl commented 12 years ago

Comment 3:

indexer done with 295cbade1b3af411508bbf5ed3d3345ed0a7f8f9
hstore still to be done
bradfitz commented 11 years ago

Comment 4:

Mathieu, is this now done?

Owner changed to @mpl.

mpl commented 11 years ago

Comment 5:

Nope. postgres indexer is working but probably still very much naive and dumb.
bradfitz commented 11 years ago

Comment 6:

Okay, changing the subject of this bug then.
bradfitz commented 10 years ago

Comment 7:

Labels changed: added type-enhancement, storage-sorted, removed type-defect.

Owner changed to ---.

Status changed to HelpWanted.