Mercurial > libervia-backend
comparison doc/developer.rst @ 3828:432aaba0d7fe
doc (developer): typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 09 Jul 2022 16:29:36 +0200 |
parents | 25d3677701e7 |
children | 524856bd7b19 |
comparison
equal
deleted
inserted
replaced
3827:23b53ac87e0f | 3828:432aaba0d7fe |
---|---|
70 Specifying an optional **parser** will store parsed data in addition to the raw XML of the | 70 Specifying an optional **parser** will store parsed data in addition to the raw XML of the |
71 items. This is more space consuming, but may be desired for the following reasons: | 71 items. This is more space consuming, but may be desired for the following reasons: |
72 | 72 |
73 * the parsing is resource consuming (network call or some CPU intensive operations are | 73 * the parsing is resource consuming (network call or some CPU intensive operations are |
74 done) | 74 done) |
75 * it is desirable to to queries on parsed data. Indeed the parsed data is stored in a | 75 * it is desirable to do queries on parsed data. Indeed the parsed data are stored in a |
76 JSON_ field and its keys may be queried individually. | 76 JSON_ field and its keys may be queried individually. |
77 | 77 |
78 The Raw XML is kept as the cache operates transparently, and a plugin may need raw data, or | 78 The Raw XML is kept as the cache operates transparently, and a plugin may need raw data, or |
79 an user may be doing a low-level pubsub request. | 79 an user may be doing a low-level pubsub request. |
80 | 80 |