Question

One of my tables in my SQL database has a growth rate of two nibbles per nanosecond. I was wondering how many megabytes per day that is and should I be worried? My hard disk is 150 GB.

OTHER TIPS

Two nibbbles == one byte. 1,000,000,000 bytes per second, or 953 megabytes per second.

Let's just say your HDD can't write that fast. If it could, it would be full in under 3 minutes.

Google says: 1 nibbles per nanosecond = 476.837158 megabytes per second

In other words: Yes, very worried indeed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top