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

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Active » Closed (won't fix)

The 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

Lausch’s picture

hm very interesting

thanks

greets

Lausch