Steve:(To save you looking it up, he's adapting a well known passage in The Tempest).
How beauteous this software is!
O brave new database
That has such commands in't!
Andrew:
'Tis new to thee.
Things like this make my day.
Steve:(To save you looking it up, he's adapting a well known passage in The Tempest).
How beauteous this software is!
O brave new database
That has such commands in't!
Andrew:
'Tis new to thee.
This option would be incompatible with the tablekeyset and tablekeyprefix options. If given, the key won't be looked up at all. We would simply use the given key and return the corresponding list of values. That would make selecting from such a table faster - possibly lots faster. For scalars, sets and lists, the table would have one column. In the case of a scalar there would only be one row. For zsets, it would have two columns - one for the value and one for the score. Finally, for hashes it would have two, one for the property and one for the value.CREATE FOREIGN TABLE hugeset (value text) SERVER localredis OPTIONS (tabletype 'list', singleton_key 'myhugelist');