Re: attn: smitmicro - cart limitation
This WebDNA talk-list message is from 2002
It keeps the original formatting.
numero = 44388
interpreted = N
texte = Stuart Tremain wrote:> We deal with some very complex ordering systems, we need to collect 175 > fields of information from each customer to complete their order. My condolences and my pity goes out to your customers! ;~)> Currently we use all 40 headers with delimeters to hold the data and > then split the headers to get the data our again.The basic fact of life is that the cart is a file, which is written to the disk every time you change it (potentially on each page). This can be enormous overhead, compared to a RAM resident database which is flushed intelligently.> > Our carts are never destroyed, all carts are held for various reasons. > If we keep all the order data in one place life is easier than spreading > it around.The very same argument can be made for keeping all of the order data in a single database, rather than in individual files. It would be even better if you stored the order data in a SQL database (as opposed to WebCat), since it's very unlikely that you would ever need to search through all of the fields on a regular basis. Additionally, with individual cart files, it is very difficult to do _any_ querying, whereas a database would allow you to perform sophisticated data mining.> > Things would be simpler if we could just add a few more headers :)TMTOWTDIJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Stuart Tremain wrote:> We deal with some very complex ordering systems, we need to collect 175 > fields of information from each customer to complete their order. My condolences and my pity goes out to your customers! ;~)> Currently we use all 40 headers with delimeters to hold the data and > then split the headers to get the data our again.The basic fact of life is that the cart is a file, which is written to the disk every time you change it (potentially on each page). This can be enormous overhead, compared to a RAM resident database which is flushed intelligently.> > Our carts are never destroyed, all carts are held for various reasons. > If we keep all the order data in one place life is easier than spreading > it around.The very same argument can be made for keeping all of the order data in a single database, rather than in individual files. It would be even better if you stored the order data in a SQL database (as opposed to WebCat), since it's very unlikely that you would ever need to search through all of the fields on a regular basis. Additionally, with individual cart files, it is very difficult to do _any_ querying, whereas a database would allow you to perform sophisticated data mining.> > Things would be simpler if we could just add a few more headers :)TMTOWTDIJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
John Peacock
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Make sure I understand this??? (1997)
Emailer Questions (2000)
WYSIWYG Editor? (2006)
Date format question (1998)
Help name our technology! I found it (1997)
WebDNA wholesale ... (2002)
Just a thought (1998)
version 2 for NT (1997)
RE:It just Does't add up!!! (1997)
WebCatalog2 for NT Beta Request (1997)
[ModDate] & [ModTime] ? (1997)
WebSite and *NO* Authentication Dialog Box!!? (1998)
Corrupt Database Problem... (2000)
ConvertChars (2000)
Need help with emailer- 2 issues (1997)
WebCat2b12 CGI Mac -- Problems propagating the cart through (1997)
popups, netscape vs explorer (1997)
decrypt - encrypt (1999)
Attn: Bug in GeneralStore example b15 (1997)
WebSTAR/WebCatalog losing files (2000)