Closed 0x03A9 closed 2 years ago
Hello, we encountered this, here's another example (Database Systems The Complete Book - Exercise 2.4.3):
Ships
No Yamato ship here, however:
σ name = 'Yamato' Ships
Hello there!
Intuitively, I'd say this is a pagination problem 🤷
@utybo You're right, it is a pagination problem. In fact I've already created a pull request to fix it.
It seems that in some cases RelaX doesn't display all tuples of a relation but instead stops displaying tuples after a certain number of pages.
A minimal example where one can see this problem in action can be found here.
The relation R in this example has 21 tuples, but when loading the data into RelaX and executing the query
R
only the first 20 of them are displayed on 2 pages with 10 tuples each: