<
From version < 39.1 >
edited by Thomas Mortagne
on 2019/04/04
To version < 40.1 >
edited by Thomas Mortagne
on 2019/04/11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,7 +42,7 @@
42 42  
43 43  XWiki offers plugin attachment storage mechanisms so you can store your attachments in the database or directly in the filesystem.
44 44  
45 -No matter what type of attachment store you use, the meta-data for the attachment will be saved in the [[xwikiattachment>>platform:DevGuide.DsXWikiAttachment]] table for faster loads.
45 +Generally metadata for attachment and deleted attachments stay in the database whatever store is used for the content. The metadata contains the type of store used for the content allowing each attachment to choose a different store. The consequence is that what you configure is the **default** store for a new attachment and not the store used for all attachments.
46 46  
47 47  == Filesystem Attachment Store ==
48 48  

Get Connected