as far as i know you would have to write some custom big table queries
(not using web2py dal). but in theory you could:
- write a direct query to get all the keys of a table (and no data)
- cache those keys
- randomly choose a set of keys from the full list
- write a google key query.

google is not really set up for selecting random data...

cfh

Reply via email to