Changes between Version 1 and Version 2 of Ticket #15844, comment 19
- Timestamp:
- May 18, 2015, 10:58:25 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15844, comment 19
v1 v2 2 2 3 3 A function index for relays may come in handy here. The fingerprint search needs to be fast irregardless. So store the fingerprint, create a function index using digest() and encode(). Now all three are fast with the advantage of only storing one. 4 5 I would also like to ask how strict is the protocol wrt the ordering of keys in JSON responses? A client should be able to render the view irregardless, but how true is this in practice? I wouldn't want to break anything when using pgnosql.