André Greiner-Petter

Results 8 comments of André Greiner-Petter

The problem is the limit of nodes (2^31). See the statistics: [Stats and Limits of BaseX](http://docs.basex.org/wiki/Statistics) I don't mind splitting the dataset into multiple databases. However, I don't see any...

@ChristianGruen thank you for helping us. I used a smaller dataset now (around 15% of the original dataset). This time BaseX was able to index the entire dataset in one...

I'm not sure if it is really a bug. I have the feeling `prof:void(db:open('mydb'))` takes a very long time because the result of `db:open` will be written to an output...

> What’s the size of the inf.basex file? I divided the dataset into 24 subsets now. I checked `inf.basex` in the largest subset, and it has a size of `585M`....

Interestingly, casting from iOS YouTube still seems to work. I have the same issue on Android (cannot connect via code) but on iPad it works great.

Every (maven) module with two `module-info.java`: [modular-whitebox-patch-compile](https://github.com/micromata/sawdust/tree/master/modular-whitebox-patch-compile) [modular-blackbox-stereo](https://github.com/micromata/sawdust/tree/master/modular-blackbox-stereo)

It's actually a shame that there is no proper solution yet. Java 9 is over 2 years old already. I think I have also a small hack for this. If...

So for now (even two years since java 9), it looks like one should not mess up with Intellij, maven and jigsaw. It seems the best to avoid javas module...