Alvaro Herrera <[EMAIL PROTECTED]> writes: > Why have the name on each message? Presumably names are going to be few > compared to the total number of messages, so maybe store the names in a > separate hash table and link them with a numeric identifier. That gives > you room for a lot more messages.
That can be done by the application, if its notify payloads are such that that's a useful optimization. However it seems entirely possible to me that the payload strings might be nonrepeating and the overhead of a separate table completely wasted. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster