I have a RII object with 3.3 billion scale dataset which was batch loaded using the add(update_posting_lists=False) and then at the end I ran the reconfigure(), but it crashes the python kernel in the reconfigure step. I tried adding and then configuring it immediateIy and it was taking forever, didn't know if it worked or just hung. I was looking at the code and saw some comments about large memory consumption, is there a alternate way to do this without crashing?
I have a RII object with 3.3 billion scale dataset which was batch loaded using the
add(update_posting_lists=False)and then at the end I ran thereconfigure(), but it crashes the python kernel in the reconfigure step. I tried adding and then configuring it immediateIy and it was taking forever, didn't know if it worked or just hung. I was looking at the code and saw some comments about large memory consumption, is there a alternate way to do this without crashing?