Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. database
Forum Updated to NodeBB v4.3 + New Features

database

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 715 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.
  • S Offline
    S Offline
    satyanarayana143
    wrote on last edited by
    #1

    Hi friends,

    I am reading real time data continuously and write to database. I want to use real time database without firebase any method is there please give me any solution.

    jsulmJ 1 Reply Last reply
    0
    • S satyanarayana143

      Hi friends,

      I am reading real time data continuously and write to database. I want to use real time database without firebase any method is there please give me any solution.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @satyanarayana143 Realtime database? I don't know whether there are any.
      What exactly do you mean by "real time"? What are your requirements?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        satyanarayana143
        wrote on last edited by
        #3

        I am reading data from blackfin board values of current and voltages for every 10 seconds I want to store data to database while continuously database update is delaying.

        JonBJ jsulmJ 2 Replies Last reply
        0
        • S satyanarayana143

          I am reading data from blackfin board values of current and voltages for every 10 seconds I want to store data to database while continuously database update is delaying.

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @satyanarayana143
          So how much data arrives in what period of time? What databases have you tried, how near to keeping up are they? Also, why do you want to put the data into a database, what will you use that for, what services must it supply? We have no idea of what your requirement might be.

          S 1 Reply Last reply
          0
          • S satyanarayana143

            I am reading data from blackfin board values of current and voltages for every 10 seconds I want to store data to database while continuously database update is delaying.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @satyanarayana143 said in database:

            every 10 seconds

            I woulod not talk about "real time" in this case.
            You can use any SQL database you like/need. See https://doc.qt.io/qt-5/qtsql-index.html
            Yeasiest is SQLite - it stores the data in a file.
            Are you sure you need a database at all?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • JonBJ JonB

              @satyanarayana143
              So how much data arrives in what period of time? What databases have you tried, how near to keeping up are they? Also, why do you want to put the data into a database, what will you use that for, what services must it supply? We have no idea of what your requirement might be.

              S Offline
              S Offline
              satyanarayana143
              wrote on last edited by
              #6

              @JonB said in database:

              So how much data arrives in what period of time?

              per 1 minute 1.5MB data will arrive Qsql lite database used it will supply dip voltage and current from which time to which time it has happen

              JonBJ 1 Reply Last reply
              0
              • S satyanarayana143

                @JonB said in database:

                So how much data arrives in what period of time?

                per 1 minute 1.5MB data will arrive Qsql lite database used it will supply dip voltage and current from which time to which time it has happen

                JonBJ Offline
                JonBJ Offline
                JonB
                wrote on last edited by
                #7

                @satyanarayana143
                So have you tested that with a SQLite database (assuming you even need one, which you don't say) before asking? Are you suggesting SQLite cannot keep up with 1.5MB per minute, do you think that is likely?

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved