Skip to main content

Questions tagged [disk-space]

For questions about the storage space used by databases or database objects.

0 votes
0 answers
20 views

I have a MariaDB of version 10.6.22-18 (Enterprise) and the disk partition bearing the DB has 98% disk utilization. Hence, I checked whether we have tables with lots of DATA_FREE, and, fortunately, I ...
user214289's user avatar
0 votes
0 answers
27 views

I have been working with RocksDB for a while, and in my use case, complex data structures are stored as values in the database — for example, a Map that may itself contain nested maps. 1. Update ...
Sri Krishna's user avatar
1 vote
1 answer
112 views

While messing around in SQL Server to get a better grasp on indices, I'm quite surprised to see that if I create an index (on another column than the PK) that includes all columns, it is still lighter ...
kagmole's user avatar
  • 227
0 votes
1 answer
122 views

im using postgresql database and currently im experimenting with some vacuum/autovacuum/full vacuum stuff. As far as i know, the updated/removed rows in table still occupy space (and are only marked ...
Luboš Suk's user avatar
1 vote
0 answers
34 views

I am running my simulations for my phd thesis and writing data to Postgres db on a local machine. Yesterday I executed vacuum full by mistake. In the morning I could not login to my Postgres db vm. It ...
HakanA's user avatar
  • 29
0 votes
2 answers
171 views

I have a table of almost one million rows with two columns of datatype varbinary. These two columns store binary data that causes the database to grow to 1 TB. As this database is also restored in ...
dennis's user avatar
  • 1
0 votes
1 answer
32 views

My riak cluster have 10-node running version 2.9.8. All nodes same version. The node which named [email protected] had used about 95% space of disk. And other nodes only used less than 50% space of ...
Grant Ng's user avatar
0 votes
2 answers
135 views

If I have a Windows disk with a capacity of 1T, for example, and the primary datafile (.mdf) for my database reaches the disk's maximum size, I want to add a second datafile to the primary group. As ...
Louis's user avatar
  • 1
0 votes
1 answer
197 views

I frequently find the output of sp_spaceused misleading. What appears to be the size of all data in a database is actually the combined size of both the data file and the log file. I have recently ...
J. Mini's user avatar
  • 1,360
0 votes
0 answers
60 views

we are using Pgadmin 15 to manage our database and yesterday, we launched a basic sql query. I waited for 10 min and the result was a bit strange. I got the message "sql state : 53100" which ...
Aurélien ROBERT's user avatar
2 votes
5 answers
914 views

We had one or more of our log files increase in size over night, causing our SQL logs disk to almost fill up. I've been asked to look at what could have caused this. Can anyone suggest where to start ...
AngryDog's user avatar
1 vote
0 answers
21 views

select version() PostgreSQL 15.3 (Ubuntu 20.04) on x86_64-pc-linux-gnu 64-bit We have an application that stores big jsons in result TEXTFIELD. Data inside this column looks like this: {"data&...
Michael Matsaev's user avatar
0 votes
1 answer
62 views

In my Postgres database have a large table execution_transcripts with several columns. Two of those columns, task and result are JSONB columns holding values that are often in the kilobytes range and ...
mac01021's user avatar
  • 103
0 votes
2 answers
104 views

I'm trying to mix some queries I created in the past, and some that I stole over the network to give me mount points size and free space together with database size and free space of the files. Only ...
Racer SQL's user avatar
  • 7,558
2 votes
2 answers
1k views

Suppose you have a PostgreSQL database of total size X hosted on a local server (i.e. expanding disk space in an emergency is difficult). How much space should the server actually be allocated to be ...
aquirdturtle's user avatar

15 30 50 per page
1
2 3 4 5
26