Hi,
I was wondering whether it would be possible to partition the profile table (I think it is jsn_fields, right?) to speed up sql queries.
Currently, this table contains more than 30 entries and several entries are of select type that, in fact, query external tables with several thousand entries in each. It works fine on desktops, but is sluggish on cell phones.
Is partitioning possible with this table and will it, in fact, speed things up here?
Thanks.