Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. database engine for larg application

database engine for larg application

Scheduled Pinned Locked Moved Visual Basic
databasesql-server
5 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    illusionFinder
    wrote on last edited by
    #1

    hi everyone, does anybody suggest any database engine or a way to store my big data without taking much space on the pc and I can't use Mssql thanks alot:-O

    C 1 Reply Last reply
    0
    • I illusionFinder

      hi everyone, does anybody suggest any database engine or a way to store my big data without taking much space on the pc and I can't use Mssql thanks alot:-O

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      rawanrawan wrote:

      big data

      That depends on what you mean by "big data". Do you mean that individual elements of data are large (e.g. multi-kilobyte colums)? Or that you have a large number of rows? Or a large number of tables? Or a combination?

      rawanrawan wrote:

      without taking much space on the pc

      It sounds like you are tring to squeeze a litre in to a pint pot. If the quantity of data is large, then the amount of disk it takes up will be at least correspondingly large.

      rawanrawan wrote:

      I can't use Mssql

      Why is this option being discounted? Would you consider Oracle? If not, why not? ColinMackay.net Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

      I 1 Reply Last reply
      0
      • C Colin Angus Mackay

        rawanrawan wrote:

        big data

        That depends on what you mean by "big data". Do you mean that individual elements of data are large (e.g. multi-kilobyte colums)? Or that you have a large number of rows? Or a large number of tables? Or a combination?

        rawanrawan wrote:

        without taking much space on the pc

        It sounds like you are tring to squeeze a litre in to a pint pot. If the quantity of data is large, then the amount of disk it takes up will be at least correspondingly large.

        rawanrawan wrote:

        I can't use Mssql

        Why is this option being discounted? Would you consider Oracle? If not, why not? ColinMackay.net Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

        I Offline
        I Offline
        illusionFinder
        wrote on last edited by
        #3

        thanks alot for the fast response, what I meant by "big data" is alot of rows in not too many tabels, I use access2000 and it keeps growing in size unless I make a "compact and repair" and I want to stop doing that and I can't use sql cuz it takes space of the pc -- modified at 9:09 Monday 27th February, 2006

        C G 2 Replies Last reply
        0
        • I illusionFinder

          thanks alot for the fast response, what I meant by "big data" is alot of rows in not too many tabels, I use access2000 and it keeps growing in size unless I make a "compact and repair" and I want to stop doing that and I can't use sql cuz it takes space of the pc -- modified at 9:09 Monday 27th February, 2006

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          rawanrawan wrote:

          it keeps growing in size unless I make a "compact and repair" and I want to stop doing that

          I would guess all database systems will require something like that. If they do it automatically as it goes along then data access will be very slow. The reason it keeps growing is that it is an expensive (i.e. time consuming) operation to compact the database. Some database systems, like SQL Server, allow you to schedule tasks so that it occurs automatically at a time that is suitable. e.g. if it a system used during office hours only, then you can schedule it for the middle of the night. ColinMackay.net Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

          1 Reply Last reply
          0
          • I illusionFinder

            thanks alot for the fast response, what I meant by "big data" is alot of rows in not too many tabels, I use access2000 and it keeps growing in size unless I make a "compact and repair" and I want to stop doing that and I can't use sql cuz it takes space of the pc -- modified at 9:09 Monday 27th February, 2006

            G Offline
            G Offline
            Guffa
            wrote on last edited by
            #5

            The Access drivers also takes space, but you don't see that as they are installed by default with Windows. Any competetive database solution that you choose will take space on the pc. You could for an example use the text file data driver that is also pre-installed, but you would lose very much in performance. Compare the space that the database engine will take up against what you win by not having to "compact and repair" the database continously. An alternative to MS SQL that might be a bit more light weight would be MySQL. Compare the system requirements. --- b { font-weight: normal; }

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups