Documentation updates?

So I came to check out FDB and I was surprised to see that the documentation (known limitations, tutorials, performance, etc.) seem unchanged from 10+ years ago despite the changes/advances in the FDB itself. In particular, I was interested in the Redwood storage engine, but it seems there is essentially no documentation on it. (e.g. Does it allow long read-only transactions?)

Is there any talk of trying to update the docs? I think it could really help the community.

2 Likes

To give one small example of how out-of-date the docs are, the Python API docs state that the binding supports Python 2.7 - 3.7, which would be insane if true. Luckily, it doesn’t seem to be true, as the pyproject.toml files states “>=3.8”.

1 Like

You are right, Python 2.7 has been removed with this PR

The upcoming release notes will reflect the Python API changes.

For Redwood, maybe @SteavedHams can add the documentation?