Database qualification to study

Man of Honour
Joined
13 Oct 2006
Posts
91,158
While I enjoy my team and the company is good the salaries are generally ****. The system itself isn't documented, some parts no one really knows how it works and I've had little to no training on anything, it's things I've picked up myself, either watching/listening/reading our ticket software or even googling in some cases.

I worked on a few systems back around 2000 that were still in use up until the company entered new management in 2016 but no one working there after I left knows how they work. I left them significant documentation and recovery files on multiple different medias and they've managed to misplace/lose both. They phoned me twice in a panic in the years since because of that hah.

One of the things that seems to have thrown everyone that worked on it since is that I used some bitwise "encoding" to pack a lot of information in respect to information with static ranges like dates into smaller chunks of data that can contain the results for multiple values in one variable - even with documentation pretty much everyone who has touched it since doesn't seem to understand how to separate out the values again.
 
Last edited:
Soldato
Joined
6 Mar 2008
Posts
10,078
Location
Stoke area
I worked on a few systems back around 2000 that were still in use up until the company entered new management in 2016 but no one working there after I left knows how they work. I left them significant documentation and recovery files on multiple different medias and they've managed to misplace/lose both. They phoned me twice in a panic in the years since because of that hah.

One of the things that seems to have thrown everyone that worked on it since is that I used some bitwise "encoding" to pack a lot of information in respect to information with static ranges like dates into smaller chunks of data that can contain the results for multiple values in one variable - even with documentation pretty much everyone who has touched it since doesn't seem to understand how to separate out the values again.

We've one option that we still sell that was written by a bloke that's now director, no one really knows how it works but him and we're not allowed to ask if we need clarification on anything... I've touched on bitwise briefly so far, lots of info online about it so I'm shocked people can't get it especially if you've documented it! We don't really do documentation, "it's out of date too quickly to both!". We've some basic procedures but they are old or inaccurate, and when updated they are done as a planned request for noobs who don't know how it works. I've started documenting things myself using snippets like a kind of snippet wiki :D

I really want to work for a company with kick-ass training, that recognises potential and is eager to invest in people. I hear people saying how amazingly well I've done in the 16 months I've been here, seen no one pick it up as fast but in all honesty, I constantly doubt my own abilities and feel like an imposter.
 
Man of Honour
Joined
13 Oct 2006
Posts
91,158
I've touched on bitwise briefly so far, lots of info online about it so I'm shocked people can't get it

It requires a little thinking outside of the box to put into practise. It is probably not best practise for database type stuff in general especially as these days there often aren't the same hardware limitations, etc. unless you are doing something specialised. Back then though it made a huge difference when floppy discs were still in general use and 486s weren't uncommon hah - it provided something like 11x storage space reduction and 7x speed up over what the previous guy did.

Kind of wish I was still working in that stuff in some ways as the money was and can be good but I don't miss the amount of time I had to spend keeping my skillset relevant and getting certified on new software releases, etc.
 
Back
Top Bottom