Wednesday 18 April 2012 8:14:21 am - 2 replies
Hi
I need to upload more than 50,000 article in one content stream ,i am doing import with the help of php script just like cronjob ,it work perfectly for 32,000 record's but after this it is now showing any realated images for articles,it insert the article in the content stream also the realted images in the folder ,but it want show any images,on search in google ,it show's that there is limitation of NFS for "Image-versioned" ,so how to overcome this problem
Please help me out
Thank's in advance
Wednesday 18 April 2012 10:28:52 am
There is a known limitation on different filesystems on the number of files and directories you can store in a single directory.
eZ stores the binary files for images using a directory scheme which maps to the node tree.
This means that you should not put more than 32k images in a folder, or (most likely) more than 32k articles in a folder, if articles have an image attribute.
An easy workaround is to move from ext3 to ext4 filesystem, which gives you 64k limit instead of 32k.
I am not 100% sure, but I think NFS itself imposes no limit by itself, it will be rather limits either in the local fs of the nfs client or nfs server, or nfs server implementation (when talking about nas)
Wednesday 18 April 2012 10:44:17 am
For eZ Publish performance and maintainability it is always good to spread out sub nodes in a tree structure, especially if the structure adds some kind of category relevant to the content your importing.
Max 10k items pr folder has been mentioned before, but that is just a recommendations and not a hard limit.
You must be logged in to post messages in this topic!