Skip to content

Split large Etherpad postgres database (Archive from Stackoverflow) #2169

Answered by wilkis3
wilkis3 asked this question in General
Discussion options

You must be logged in to vote

Comments

You could try increasing --dfa-size-limit to somethint very large, but given the size of your regex, you'll almost certainly have a bad time. A >2MB regex is huge, and your expectations are not particularly reasonable. The best case is building a DFA from that, which is what increasing the DFA size limit will hopefully do. –
BurntSushi5
Mar 14 at 22:43

Also, ten hours to just run a simple query on 59GB sounds too long to me personally. So something seems a little fishy here personally. But hard to say anything specific without a way to try it myself. –
BurntSushi5
Mar 14 at 22:44

(I'm the author of ripgrep btw. Full disclosure.) –
BurntSushi5
Mar 14 at 22:44

I voted to reopen thi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BurntSushi
Comment options

@wilkis3
Comment options

Answer selected by wilkis3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants