I am administering several shops with tens thousands products and hundreds thousands of categories and i am still missing a posibility to import large files. i mean really large like over 100 MB csv or xml to import. both for products and also for categories.
also some synchronization api to feed the shop with data from a remote website or xml would be great
Ibn Saeed
15 Jan 2013 8:32 AM
Its better to contact Support, open a support ticket.
Jay
29 Jan 2013 3:16 AM
Can you tell me what the maximum import sizes are? is it by file size, or by item/category count?
theruck
29 Jan 2013 7:22 AM
it is by php and mysql server configuration which is quite limitating sometimes and you need to split it into smaller files either by records count or by byte size
Jay
29 Jan 2013 2:37 PM
Thanks Ruck -
I am currently building on a local PC MYSQL server.
I typically import Via append query right into the needed Viart tables, but have a problem with the VA_ITEMS table import, as I have imported the records, but they do not show on the site or in my admin.
I am not sure why this is, but beleive there may be another table i need to update to get them to display.
Dows anyone know what tables are touched with the minumum addition (part number, price, and part name) of a new product?
if yes then you need ti fill the va_item_categories table
at least you need to assign each item ID to category_id 1 which is the default category.
or you can do another import through the web admin panel with an csv containing product_id and category_name
it will update your products with categories. but if you have hundreds of thousands as i do it will take you few days as you will haev to split it into 1,5 MB files
Jay
30 Jan 2013 2:38 PM
Thanks Ruck again, glad to have someone that chimed in.
Like you (If that was your site in the example) I have tons of categories and products to deal with (Automotive Parts).
You were correct as just needd to add the part number to the va_item_categories table.
I did not know that large imports were not supported in Viart, although my prefrence is to directly import data to the tables (mostly using Access and now learning File Maker Pro). In playing with my local setup, It only takes me seconds to query the data and add a few thousand categories or products.
I am not sure on how many products you host, but can you tell me how many you have been able to carry before seeing some serious server slow down? I am not to keen on the fact that the va_Items table houses so many factors of data by itself (Prices, Image Paths, Descriptions, etc..) that it seems that a large ammount of products will slow it down quite a bit.
theruck
30 Jan 2013 3:38 PM
the slowdown comes from displaying manufacturer filters. beside that the shop is quite quick. i have a shop with 33 000 products and 117 000 categories (also automotive) and it is quite quick honestly but it depends on the server hw as well. i will be adding few thousands of items and categories in few weeks but i always use the csv upload function as it also checks for syntax errors which are quite often on such amounts of products
Jay
31 Jan 2013 5:22 AM
Thanks for the info on this Ruck adn your help, it is appreciated.
When you get the chance post a link on that site, would love to see Viart performance with such a huge database.
Thanks
theruck
31 Jan 2013 1:39 PM
give me some contact details i do not want to publish it to the world
Jay
2 Feb 2013 5:58 AM
Thanks Ruck, you can email me the info at
Grimlock222
At
Gmail.com
Appreciate the help.
theruck
4 Feb 2013 10:33 PM
mail sent just to let you know to check your junk mail folder :)