Hi, I'm porting a commercial project from django + djangoappengine ( http://www.allbuttonspressed.com/) to web2py and one thing I could'nt find at all is how to manage per field indexes on App Engine.
My project is database intensive so every entity is written hundreds of thousend times a day and, as you may know, by default all datastore fields are indexed on Bigtable and all indexed fields consume one "Datastore write" tick, and that means I've to pay for it. Is there some way to unindex fields on web2py? Thanks!