It looks like every time a client returns a value, there is a single write to the sql database. Am I correct on this?
If I am, would it be possible to set up some kind of user configurable buffering of incoming data? You could buffer by time or by number of data items. Then you could do one large write to the sql database and help performance considerably.
If I am, would it be possible to set up some kind of user configurable buffering of incoming data? You could buffer by time or by number of data items. Then you could do one large write to the sql database and help performance considerably.
Comment