Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个带有 id 的大表(不适合内存),我想合并(加入)。
有没有办法用 pytables 快速做到这一点?我感谢对这两个表进行全索引并使用这种算法进行迭代:http ://en.literateprograms.org/Merge_sort_%28Python%29 。
但是有可能利用 numexp 库更快地做到这一点吗?
谢谢。