Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Working with and manipulating large datasets

Participant ,
Jun 27, 2008 Jun 27, 2008
What experience has everyone had working with and manipulating large datasets in coldfusion? I imagine this is more an sql server question in my specific case but I would be very interested if someone could enlighten me on what I need to look out for any potential pitfalls and best practises working with coldfusion and what I should learn. Thanks in advance for any pointers
TOPICS
Getting started
337
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 29, 2008 Jun 29, 2008
LATEST
I guess it depends on the purpose of the application in question. We are running a scientific data mining application in ColdFusion for the last 5-6 years without any major glitches that will force us to rethink about ColdFusion. The dataset in this application are quite large with 30-40 different tables and some of tables have more than 100 million records.

However our queries are usually highly optimized with intelligent use of index and hints (we use Oracle).
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources