Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Would you mind fleshing out this suggestion a bit more?
Are you suggesting that we alter balance tracker to use the node system / CCK field? If so, then that is an idea that I ruled out originally for performance reasons. That is, there could be potentially millions of transactions on a busy site, and the extra bloat on the node table would be a performance nightmare. Add to that the extra overhead from using node_load() and node_save(), and we have an non-scaleable solution.
Comments
Comment #1
brianV commented@chrispane:
Would you mind fleshing out this suggestion a bit more?
Are you suggesting that we alter balance tracker to use the node system / CCK field? If so, then that is an idea that I ruled out originally for performance reasons. That is, there could be potentially millions of transactions on a busy site, and the extra bloat on the node table would be a performance nightmare. Add to that the extra overhead from using node_load() and node_save(), and we have an non-scaleable solution.
Comment #2
brianV commented