hi, is connection pools is affect to improve db connection performance in the recent version? or, i must define it on the model :
e.g.
db = DAL('sqlite://storage.sqlite', pools = 10)
thanks and best regards,
steve van christie
hi, is connection pools is affect to improve db connection performance in the recent version? or, i must define it on the model :
e.g.
db = DAL('sqlite://storage.sqlite', pools = 10)
thanks and best regards,
steve van christie