Jeff Ortel <[email protected]> writes:
> Tom Lane wrote:
>> Perhaps we could use views as a PG substitute for synonyms?

> Perhaps.  My concern about using views even as an interim solution is
> that the monitoring code has high insert/update demands (I'm assuming)
> and we'd have to use 'on insert/update' rules to make the views seem
> mutable, right?  Wouldn't this degrade performance?

Yeah, you're right.  I had thought "monitoring" suggested read-mostly,
but if it's write-heavy we probably don't want that even as a stopgap
solution.  It's not so much that I care about speed at this point,
as that having to write a bunch of rules would be dead-end effort.

                        regards, tom lane

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to