[MDEV-11981] Docs Request: Discuss backups with regards to CONNECT tables Created: 2017-02-03 Updated: 2017-06-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - Connect |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Chris Calender (Inactive) | Assignee: | Olivier Bertrand |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Please consider adding something about backups in the CONNECT table section, if there is not something already. I could not seem to locate anything here: https://mariadb.com/kb/en/mariadb/connect/ I think something should exist that covers both inward and outward tables. Are inward tables backed-up? I think they should be? And what about .json files for JSON CONNECT tables? I would like to see these items covered. Thank you for your consideration. |
| Comments |
| Comment by Olivier Bertrand [ 2017-06-27 ] |
|
Outward tables work on external data (files or other DDBMS data). External means that they are not part of the database but accessed (by Connect) Therefore, I think they are not concerned by backups (they can be proprietary data belonging to other applications). |