You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello splitbrain,
Thank you for your plugin. I have two wikis: one with 1.500 pages and another with 2.462 pages. Not sure if it's related to the number of pages or the length of it's contents. The one with 2.462 pages generated a SQLite file with about ~250 MB, and the other one has ~150 MB. Both WIkis contains the same contents, the difference is that some namespaces aren't synced between them.
Both are using the same engines:
The 1.500 pages Wiki generates responses using SQLite as expected (with some warnings about "slow query" on SQLite plugin at DokuWiki log viewer), but the other one, doesn't.
Debugging the ''helper.log'' file, it seems that it doesn't find any context on the larger Wiki to the same question ("O que é o ClearPass?" is the question), but both have the "clearpass" namespace synced with the same contents.
I believe it's related to the SQLite because when I changed the Storage to Qdrant both Wiki starts working as expected.
I can provide the SQLite and the data/ folder of both wikis if needed for troubleshooting, please let me know a secure channel to provide them if needed since I can't provide it's contents pubicly.
The text was updated successfully, but these errors were encountered:
It doesn't seems to have chunks assigned (SELECT * FROM clusters; - the cluster tables are empty) and I don't know why. In the working Wiki, there's clusters assigned. I may try to clean and generate the SQLite database again in the non-working Wiki.
Issue Description
Hello splitbrain,
Thank you for your plugin. I have two wikis: one with 1.500 pages and another with 2.462 pages. Not sure if it's related to the number of pages or the length of it's contents. The one with 2.462 pages generated a SQLite file with about ~250 MB, and the other one has ~150 MB. Both WIkis contains the same contents, the difference is that some namespaces aren't synced between them.
Both are using the same engines:
The 1.500 pages Wiki generates responses using SQLite as expected (with some warnings about "slow query" on SQLite plugin at DokuWiki log viewer), but the other one, doesn't.
Debugging the ''helper.log'' file, it seems that it doesn't find any context on the larger Wiki to the same question ("O que é o ClearPass?" is the question), but both have the "clearpass" namespace synced with the same contents.
I believe it's related to the SQLite because when I changed the Storage to Qdrant both Wiki starts working as expected.
I can provide the SQLite and the
data/
folder of both wikis if needed for troubleshooting, please let me know a secure channel to provide them if needed since I can't provide it's contents pubicly.The text was updated successfully, but these errors were encountered: