Viewing 15 posts - 1 through 15 (of 379 total)
I really like the "printer friendly" versions so I can "print" articles to PDF for later reference. That way, I can store articles in a directory of my own structure...
October 4, 2024 at 12:59 pm
When I interview people, the main thing I look for is an aptitude for learning and applying. Throughout my career, I only came prepared with a few skills absolutely required...
September 4, 2024 at 4:11 pm
I'm also one of the old-timers who got a Computer Science degree in the 1980s. I started programming on green screens in FORTRAN-77 on PDP-11 minicomputers, learned IBM 360 Assembler...
August 23, 2024 at 3:10 pm
Yep, that's what I was thinking about. Thanks for clarifying! 🙂
I've had my head embedded in Postgres for the last few years. It's not surprising something got pushed out in...
February 15, 2024 at 2:22 am
In times past, using varchar without a length defaulted to 30 characters. Did that change?
February 14, 2024 at 8:04 pm
I learned something new today about window functions! Nice!! 🙂
November 29, 2023 at 7:18 pm
From one perspective, it really doesn't matter which method you choose as long as you're consistent. However, if you choose pluralism, it becomes difficult to maintain consistency.
For example, I have...
November 17, 2023 at 3:45 pm
That's a good point and worth pursuing.
August 14, 2022 at 7:45 pm
I just upgraded to the latest version and it has the same functionality. I thought perhaps it had to do with an automatic switch to the results pane, but that...
August 12, 2022 at 7:51 pm
Nice article! I have been lucky enough to have visited 8 of those cities. I look forward to expanding my list!
April 29, 2022 at 12:56 pm
Redshift is based on an earlier version of Postgres. It was modified to be a columnar database, but it doesn't have many of nice features and functions that were added...
December 27, 2021 at 12:52 pm
Glad to see that I'm not alone in my confusion here! None of the answers fit the actual situation. As I expected, I got a result set from each table.
October 15, 2021 at 6:52 pm
As Eric Russell pointed out back in 2016, I've used a hybrid approach before where the data is written to a file for performance and in case the server crashed,...
August 25, 2021 at 9:39 pm
Eric,
In you situation, your essentially extracted the customer-centric data into a single document per customer then used a document database for that very purpose. Good use there considering the data...
June 28, 2021 at 2:56 pm
I think that NoSQL environments have their use cases and shine well in those. I think the biggest problem is when we try to use NoSQL tools to replace RDBMS...
June 28, 2021 at 1:35 pm
Viewing 15 posts - 1 through 15 (of 379 total)