Skip to main content

Questions tagged [mariadb]

MariaDB is an open source database server that offers drop-in replacement functionality for MySQL.

Filter by
Sorted by
Tagged with
0 votes
1 answer
105 views

I'm developing and designing a system which runs mostly on intranet of client companies. The system consists of one main database which is MariDB, for now one web-application as system management and ...
TomCrow's user avatar
  • 11
1 vote
1 answer
2k views

I wanted to know when you are done processing some query or transaction do you usually close a connection only? do you close the pool? or do you close both? Does it even matter which one you close? ...
Victor's user avatar
  • 13
0 votes
1 answer
1k views

When we show a table with many thousands of records, we only show a small part of the total result set so as not to send too much data to the client at once. Clients can request more parts of the ...
user2180613's user avatar
  • 1,792
0 votes
2 answers
765 views

For the following table structure, for the metric_id column, what are the advantages of having a JOIN dictionary table versus an ENUM dictionary defined in the code? Assuming the metrics dictionary is ...
Dunams's user avatar
  • 9
2 votes
0 answers
47 views

Hi I am in middle of designing DB and Got a little bit confused about DB Design. I am Using Hibernate as ORM Tool ahd mapping between Page and Step entity in hibernate. @ManyToMany(fetch = FetchType....
ThinkTank's user avatar
  • 121
2 votes
1 answer
2k views

While setting up a nodejs server with a mariadb database, I found this: While the recommended method is to use the question mark placeholder, you can alternatively allow named placeholders by ...
David Starkey's user avatar
0 votes
1 answer
165 views

I have setup a docker-based development environment having the following images as you can see in docker-compose.yml: version: '2' services: phpBB_dev: build: context: . dockerfile: ...
Dimitrios Desyllas's user avatar
-1 votes
1 answer
102 views

I'm very new to this,so please correct if I'm wrong. I've understood that with Amazon RDS one can create read replicas and use those for all read-only operations. This helps scaling the application a ...
Tero Lahtinen's user avatar
4 votes
2 answers
8k views

I'm making a website which has to do with money transactions. Everything was okay untill I came across the dilemma Should I have one table to store all transaction history or I should have a seperated ...
Meletis Flevarakis's user avatar
104 votes
3 answers
104k views

What's the difference between MariaDB and MySQL? I'm not very familiar with both. I'm primarily a front end developer for the most part. Are they syntactically similar? Where do these two query ...
chrisl-921fb74d's user avatar