15
ELR down?
submitted almost 10 years ago by 882300

Anybody else having problems with ELR?

EDIT: Let's try this. /u/daath help!

Comments
Sort
8 points
 
by daathalmost 10 years agoMixologist

Sorry guys - I was out with the family when it went down. I kicked it back up and am investigating the reason. It looks like it ran out of memory - now I need to find out why :P

7 points
 
by gotsanityalmost 10 years ago

We require additional pylons

1 points
 
by daathalmost 10 years agoMixologist

I'm mining minerals as we speak! :)

1 points
 
by ScreamQueen813almost 10 years ago

Is there an export function in ELR? I need to back up my recipes, but I was hoping I could just pull a copy of them out...I'm lazy.

5 points
 
by daathalmost 10 years agoMixologist

There isn't any export right now :/ I will get to doing an export though!

1 points
 
by ScreamQueen813almost 10 years ago

That's good news, thank you!

1 points
 
by TheDonkeyWheelalmost 10 years ago

MORE MEMORY NEEDED

2 points
 
by HeathenEntalmost 10 years ago

You could always download more RAM

1 points
 
by daathalmost 10 years agoMixologist

I need all the memory!

1 points
 
by crouton976almost 10 years ago

This just feels relevant...

http://imgur.com/fOjr8U8

5 points
 
by overachieveralmost 10 years ago

Note to self, backup the recipes when ELR is back up

2 points
 
by sjuggealmost 10 years ago

Looks down. Shit happens.

Also, username referring only works in comments I was told, so paging /u/daath

1 points
 
by bigbows1985almost 10 years agoMixologist

yes

1 points
 
by residentevolalmost 10 years ago

trouble here as well...Fix it quick please!!!

1 points
 
by blizzlewizzlealmost 10 years agoPâtissier

If you were looking at a particular recipe you can search it in google, and then view the cached pages.

1 points
 
by kendallvapesalmost 10 years ago

Its back up and running

1 points
 
by _Yodaialmost 10 years ago

What would it take to get a recipe dump of the database, preferably in mysql format?

1 points
 
by jcgivens21almost 10 years agoOne of "The Damned"

/u/daath What kinda database / query engine are you running to return search results back so quickly on the database? Or are you just indexing it constantly? I'm assuming it's some type of NoSQL db, but...as an amateur programmer, these types of things fascinate me.

1 points
 
by jersey_emtalmost 10 years ago

It's actually a rather small database with < 40,000 flavors (almost a third of which have no matching recipes) and < 20,000 recipes. Even without any indexing, things shouldn't be sluggish with any database backend. I'm a MySQL DBA and have had to optimize databases with millions of records....stuff like that is when some clever indexing is really needed.

NoSQL doesn't automatically mean high performance. It works best for write-heavy environments, where traditional relational databases can struggle. ELR, like almost every website large or small, is heavily skewed towards reads, not writes. Non-relational databases also are easier to scale horizontally (adding additional server nodes), but again for most websites, which run only a single or a small number of servers, this isn't an issue. Traditional RBDMS's like MySQL and PostgreSQL are in many cases the better choice for websites.

1 points
 
by daathalmost 10 years agoMixologist

It's a MySQL-compatible database called MariaDB :) There are a lot of indexes and most of my queries are optimized. The setup is a little tweaked too. Also some queries are cached harder than others :) And some queries are hand-crafted...

0 points
 
by bigbows1985almost 10 years agoMixologist

Does anyone know how much 93.65 ml of vg weighs in grams. lol

edit never mind 1 ml vg = 1.26 grams

Site copyright © 2025 DIY Compendium. Data courtesy of Reddit.