An underrated use case for this would be for storage of sensitive information. Information stored on a non volatile device is difficult to erase (Format NVM/ATA Secure require power cycle, hard drives require time to actually wile). Even if the data is encrypted, it is vulnerable to xkcd's "rubber hose decryption". With DRAM, the storage media itself is fairly volatile and power removal/memory content initialization…
Ddram disk – A PCIe card with 14x RAM slots
11–20 of 26 posts
Re: Ddram disk – A PCIe card with 14x RAM slots
#12Is this for real? The store, which looks pretty amateurish, has no products for sale ("out of stock") and the prices are vastly too good to be true. DDR3 memory for 40c per gigabyte? Cheapest I can see on Amazon is 5 times that. 256GB of memory (plus the board itself) for $280? Not possible. Sorry, I don't believe it.
Re: Ddram disk – A PCIe card with 14x RAM slots
#13It's slower than RAM, runs at around full pcie 4x speed of 7GB/s but it upports way more capacity than most boards would allow.
Re: Ddram disk – A PCIe card with 14x RAM slots
#14What is the competitive advantage of this versus NVMe? Their 1TB ramdisk is $1000, while a Gen 4 NVMe PCI-e card gives the same speeds in a smaller and more standard format for $150-$200.
Samsung 980 Pro is under warranty up to 600 TBW.
I don't know if that is external data written, or also includes whatever overhead the drive's internal processes have, which I imagine is higher when you run it near max capacity.
RAM has virtually unlimited write endurance.
I was interested for CCTV recording, as it can be murder on standard HDDs and consumer SSDs. Continuous writing at whatever the total bitrate of all cameras is, plus whatever index you're using, plus whatever clips its generating.
Ideally HDD for the constant, SSD for the clips and index.
I had a small (120GB) clip and index SSD drive start to struggle in a dirt-cheap non-critical system and found it had written 42TB in a year. Now part of that was poor configuration, but the drive was REALLY starting to struggle, throughput would occasionally drop off a cliff.
The system was battery backed, so a RAM disk would have been fine, and on triggering the UPS I'd have it just copy the contents to a fast HDD.
Re: Ddram disk – A PCIe card with 14x RAM slots
#15Is this for real? The store, which looks pretty amateurish, has no products for sale ("out of stock") and the prices are vastly too good to be true. DDR3 memory for 40c per gigabyte? Cheapest I can see on Amazon is 5 times that. 256GB of memory (plus the board itself) for $280? Not possible. Sorry, I don't believe it.
...Which would be fine, had I not stumbled upon (what seems to be) the original project[1], in Russian no less.
The blog shares the same block diagram, images and DDR PCB layout. There are no DDR RAM slots. Further, the slots are through-hole and not SMD, you wouldn't be able to attach a heatsink directly to the back of the card as shown in the images.
Re: Ddram disk – A PCIe card with 14x RAM slots
#16What is the competitive advantage of this versus NVMe? Their 1TB ramdisk is $1000, while a Gen 4 NVMe PCI-e card gives the same speeds in a smaller and more standard format for $150-$200.
RAM has cachelines and such, but postgres reading 8k at a time isn't limited by that.
How to work something like this into Linux as say, a very fast swap device, is another question.
Re: Ddram disk – A PCIe card with 14x RAM slots
#17Re: Ddram disk – A PCIe card with 14x RAM slots
#18[1] - https://superuser.com/questions/1508905/is-there-a-modern-ra...
Re: Ddram disk – A PCIe card with 14x RAM slots
#19Is this for real? The store, which looks pretty amateurish, has no products for sale ("out of stock") and the prices are vastly too good to be true. DDR3 memory for 40c per gigabyte? Cheapest I can see on Amazon is 5 times that. 256GB of memory (plus the board itself) for $280? Not possible. Sorry, I don't believe it.
Something seems a bit dodgy. The about page shows the top and bottom PCB layouts without any RAM sockets, only dozens of DDR RAM ICs soldered directly to the back of the card. ...Which would be fine, had I not stumbled upon (what seems to be) the original project[1], in Russian no less. The blog shares the same block diagram, images and DDR PCB layout. There are no DDR RAM slots. Further, the slots are through-hole a…
[1] - https://web.archive.org/web/20210714152011/https://ddramdisk...
Re: Ddram disk – A PCIe card with 14x RAM slots
#20What is the competitive advantage of this versus NVMe? Their 1TB ramdisk is $1000, while a Gen 4 NVMe PCI-e card gives the same speeds in a smaller and more standard format for $150-$200.
Write endurance I guess would be one. Samsung 980 Pro is under warranty up to 600 TBW. I don't know if that is external data written, or also includes whatever overhead the drive's internal processes have, which I imagine is higher when you run it near max capacity. RAM has virtually unlimited write endurance. I was interested for CCTV recording, as it can be murder on standard HDDs and consumer SSDs. Continuous writ…