Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Need to find a Table like data structure to buffer data and insert with 1 command

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    2
    My Mood
    Inspired
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need to find a Table like data structure to buffer data and insert with 1 command

    Hi, i am trying to build a server and retain the overhead of having many insertions to the DB.
    I am currently buffering the data, but i've been told that there's a table like data structure which enables me to arrange the records in in (the same way they are in the table) and then have it inserted into the DB in 1 command (hence - less overhead).
    Is there such a thing in Java ?
    thx.


  2. #2
    Forum old-timer
    Join Date
    Nov 2008
    Location
    Faversham, Kent, UK
    Posts
    472
    My Mood
    Mellow
    Thanks
    4
    Thanked 58 Times in 54 Posts

    Default Re: Need to find a Table like data structure to buffer data and insert with 1 command

    This post duplicated in the Collections & Generics topic.

  3. #3
    Member
    Join Date
    Jun 2011
    Location
    Rhode Island
    Posts
    69
    My Mood
    Bored
    Thanks
    11
    Thanked 7 Times in 6 Posts

    Default Re: Need to find a Table like data structure to buffer data and insert with 1 command

    I am not exactly sure what you are trying to get but maybe this will help:
    mysql_tableinfo ? Generate Database Metadata

Similar Threads

  1. Data Structure
    By Faha in forum Object Oriented Programming
    Replies: 9
    Last Post: November 10th, 2011, 01:35 AM
  2. Replies: 1
    Last Post: June 11th, 2011, 05:39 AM
  3. data structure assignment .. help me : |
    By Noni in forum Object Oriented Programming
    Replies: 4
    Last Post: March 21st, 2011, 10:33 AM
  4. Thread/Mutex/Shared data buffer
    By m000 in forum Threads
    Replies: 0
    Last Post: January 5th, 2011, 10:18 PM
  5. .xls data structure
    By helloworld922 in forum JDBC & Databases
    Replies: 3
    Last Post: August 20th, 2009, 07:12 PM