hi,
why do you not create db tables for sna?
on big sites it will be more stable if you don't use files for results.
greets
Lausch
hi,
why do you not create db tables for sna?
on big sites it will be more stable if you don't use files for results.
greets
Lausch
Comments
Comment #1
aron novakThe reason is simple: speed.
The sna module has some O(n*n) algorithm, the speed is really important.
This way of storage is far more faster than SQL database. See the benchmarks here: http://sna.drupaler.net/?q=hu/node/7
Comment #2
Lausch commentedhm very interesting
thanks
greets
Lausch