Skip to content

Releases: miku/solrbulk

solrbulk 0.1.2

20 Jan 15:18
Compare
Choose a tag to compare

Added experimental solrbulk-tune script.

If you have a SOLR server with throwaway data, you can use solrbulk-tune to get some insight into indexing performance.

$ solrbulk-tune testfile.ldj

This will index testfile.ldj many times with various parameters. The script writes to stdout the parameters and the indexing time, e.g.:

$ solrbulk-tune -header testfile.ldj
w   size    commit  elapsed
1   1   1000    1.545
1   10  1000    0.307
1   50  1000    0.161
1   100 1000    0.131
1   500 1000    0.108
1   1000    1000    0.112
2   1   1000    1.231
2   10  1000    0.237
2   50  1000    0.121
2   100 1000    0.101
2   500 1000    0.109
2   1000    1000    0.091
3   1   1000    0.990
3   10  1000    0.209
3   50  1000    0.111
3   100 1000    0.101
3   500 1000    0.089
3   1000    1000    0.090
4   1   1000    1.037
4   10  1000    0.207
4   50  1000    0.114
4   100 1000    0.111
4   500 1000    0.090
4   1000    1000    0.175
5   1   1000    1.215
5   10  1000    0.219
5   50  1000    0.133
5   100 1000    0.105
....

solrbulk 0.1.1

19 Jan 13:24
Compare
Choose a tag to compare

Initial release.