Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
44 views

This is a very general question, but I am currently working on a project that researches anomalies in databases. I know there are a lot of general algorithms I can look into, but what are the correct ...
Ward Wielockx's user avatar
-3 votes
0 answers
55 views

Context I am working on migrating a large, single production MySQL database into a split Active and Archive database architecture. The data routing is based on a cutoff year (e.g., 2023): Active DB: ...
Mubeen's user avatar
  • 9
Best practices
0 votes
1 replies
41 views

I am a student building a web app as a personal project. The app will involve storing user data (accounts, reviews of albums + songs) as well as music-related data such as albums, artists, and tracks. ...
Samantha Rubio-Campos's user avatar
Advice
0 votes
2 replies
33 views

from __main__ import app from flask import render_template, redirect, url_for, flash, session, request import sqlite3 from db_connector import database from flask import request import hashlib from ...
Sasha Doofo's user avatar
Advice
1 vote
5 replies
56 views

Describe the different types of database and which business would each databases be suitable for. The reasons why these businesses and organization would use these database What are the types of sql ...
Tamarsha Tracey's user avatar
Advice
1 vote
1 replies
31 views

Environment: GBase 8s, CentOS 7 When creating a table in GBase 8s, I want a timestamp field to default to the current time (e.g., 2023-08-08 10:00:00). What keyword or expression should I use?
曹连望's user avatar
Advice
0 votes
3 replies
58 views

I am a learner and right now at Database thing and choose MongoDB to learn as my stack is MERN so, but I am very confused about what MongoDB actually is and is MongoDB Atlas part of it or is it the ...
Himansu Sekhar Behera's user avatar
Advice
0 votes
1 replies
32 views

In GBase 8a, when a table is in the RUNNING state and a rebalance operation fails, the table state transitions to STARTING rather than CANCELED. Meanwhile, when a CANCEL REBALANCE command is issued on ...
曹连望's user avatar
-2 votes
1 answer
38 views

I am trying to install the GBase 8c database in a Linux environment, but the installation fails with errors related to missing dependencies. For example, during installation I encounter errors like: ...
Scale's user avatar
  • 1
Best practices
13 votes
12 replies
2k views

I built a small relational database as a personal learning project. It is around 10,000 lines of code and already includes many of the core parts of a basic relational database, such as page-based ...
凉宫春日's user avatar
Tooling
1 vote
0 replies
59 views

Title: Database design for high-frequency options tick data (fast ingestion + query performance) I’m working with a large dataset of options tick data (1-second resolution) from 2019 to present, and I ...
shiv rathore's user avatar
-1 votes
1 answer
36 views

I’m trying to find the values of other series exactly when s1 hits its maximum. SELECT MAX(s1) only gives me the peak, but I need the full row (s2, s3, s4) for every timestamp where s1 equals that max ...
mouffloklili1978's user avatar
Advice
2 votes
1 replies
57 views

Environment: GBase version: GBase8sV8.8_TL_3.3.0_2_36477d Edition: GBase 8s Oracle-compatible I am using GBase 8s (Oracle-compatible edition) and need to retrieve the table creation statement (DDL) ...
曹连望's user avatar
Best practices
0 votes
8 replies
77 views

In the Prisma ORM, is there any performance difference between doing this: const users = await prisma.users.findMany(); return users[0] And that: return await prisma.users.findFirst(); I need to ...
Miguel's user avatar
  • 1
Advice
1 vote
1 replies
35 views

We are using GBase 8a as our analytical database and are currently evaluating distribution strategies for large fact tables. We know hash distribution is commonly used, but we would like to understand ...
曹连望's user avatar

15 30 50 per page
1
2 3 4 5
12921