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. Slow Submit methods
Forum Updated to NodeBB v4.3 + New Features

Slow Submit methods

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.3k 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.
  • D Offline
    D Offline
    Dronissimo
    wrote on last edited by
    #1

    Good day everybody ,
    I have a problem with using Submit methods it's work fine but very slow .
    For example if I making some changes in model with more than 50 000 rows it is about 30-40 sec.
    I know that some people have the same problem but they solve it by making decision not using classes such as QDataWidgetMapper .
    Is there a trick to using QSqlModel,QDataWidgetMapper and others with db such size without losing performance ?

    Sorry for my English ,it's not my native language and thank you for your time.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      Hi, ~Dronissimo!

      Welcome to Qt Developer Network!

      To be honest - I don't know any tricks to manipulate with big databases. But if I need to solve your kind of problem I would do it on the low-level of course.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        Dronissimo
        wrote on last edited by
        #3

        thank you for reply tucnak ,
        Yes ,I realize that if I would using databases such size I wouldn't use submit methods.
        You know I just think that 50 000 rows not to big for databases in our days =)

        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