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. Serialized Files on disk?
Qt 6.11 is out! See what's new in the release blog

Serialized Files on disk?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 2.4k 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.
  • J Offline
    J Offline
    justMe
    wrote on last edited by
    #1

    Hello,

    I´m quite sure, that it´s not possible, but as it would be GREAT, if it was possible, I want to ask you anyway :)

    Is it possible to make sure, that the file, which I want to store anywhere (on the disk) is not splitted into several parts, but stored off the reel?

    Thank you very much,

    Maria

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      Outlook not so good.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        What exactly do you want to archive? That the file is written in one block to the disk into a sectors next to each other?

        Why would you want to bother with file-system specific of the on-disk formats?

        1 Reply Last reply
        0
        • J Offline
          J Offline
          justMe
          wrote on last edited by
          #4

          [quote author="Tobias Hunger" date="1328604904"]What exactly do you want to archive? That the file is written in one block to the disk into a sectors next to each other?[/quote]
          Exactly. I want to avoid, that the reading head has to move to often, as I´d like to read as fast as possible.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            Get an SSD? :-)

            Serious answer: that is not for a mere user-land application to decide. What you are after is deep in the OS & File system layers of your system. Far outside the reach of Qt.

            1 Reply Last reply
            0
            • J Offline
              J Offline
              justMe
              wrote on last edited by
              #6

              This is, what I expected. Thank you.

              As the program shall be used by other people, I cannot force them, to use SSD. But this shall be their problem :-p

              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