on 2011 Jul 22 1:07 PM
i have a database sql anywhere 7 but the file .db have 1.8 gb, i know the limit is 2gb, this is true? also i know exist 12 files but, how do it ?
Request clarification before answering.
No the limit of 2 GB vanished with NTFS file system, even FAT32 will allow more. The 2GB limit holds only if the file system is still FAT.
Today I would expect that you are using NTFS under windows, so no 2 GB barrier anymore!
check SQLA limits
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know for v7, but v8 surely states these limits as mentioned. For FAT32, the maximum file size is 4 GB.
Besides that, in case the recommended upgrading to a newer version is out of reach for some reason, you might also try to improve the database layout by the following means:
There's also a REORGANIZE TABLE statement to improve the storage of tables one by one, but I guess it's suuported for v8 and above...
Well, I was about to edit the comment immediately after creating it. But possibly I just clicked on the wrong button (though "edit" and "delete" are not direct neighbours) - and it would need a remarkable lack of coffee when I would have accidentally confirmed the delete question, too... Correction: No, it wouldn't need that lack as there is no confirmation dialog...
Some things just have to stay mysterious:)No, I guess then it's simply that I chose the wrong button - unless other evidence comes up...
From the SQL Anywhere 7 Help...
ASA Reference CHAPTER 13. Physical Limitations Size and number limitations File size (FAT 12) 16 MB File size (FAT 16) 2 GB File size (FAT 32) 4 GB File size (NTFS, HP-UX 11.0 and later, Solaris 2.6 and later) 256 GB (for 1K pages) 512 GB (for 2K pages) 1 TB (for 4K pages) File size (all other platforms and file systems) 2 GB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.